You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
include $(TOPDIR)/rules.mk
|
|
include $(INCLUDE_DIR)/image.mk
|
|
|
|
VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux
|
|
UIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImage
|
|
|
|
ifeq ($(SUBTARGET),ox810se)
|
|
include ox810se.mk
|
|
endif
|
|
|
|
ifeq ($(SUBTARGET),ox820)
|
|
include ox820.mk
|
|
endif
|
|
|
|
$(eval $(call BuildImage))
|
|
|