diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-22 11:12:34 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-22 12:49:57 +0200 |
commit | 38866446325ede46ec34b2dea54db5cd4ca6312e (patch) | |
tree | aa5b5af1554768b14c58078e8e4ea1b44f7fdf67 /target/linux/apm821xx | |
parent | 44c39d581254862c63ba0dfaad1ddd99eaec968a (diff) | |
download | upstream-38866446325ede46ec34b2dea54db5cd4ca6312e.tar.gz upstream-38866446325ede46ec34b2dea54db5cd4ca6312e.tar.bz2 upstream-38866446325ede46ec34b2dea54db5cd4ca6312e.zip |
apm821xx: add DEVICE_DTS_DIR variable, remove redundant DEVICE_VARS entry
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/apm821xx')
-rw-r--r-- | target/linux/apm821xx/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile index 649c501014..94fcd58fb3 100644 --- a/target/linux/apm821xx/image/Makefile +++ b/target/linux/apm821xx/image/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk include $(INCLUDE_DIR)/host.mk -DEVICE_VARS += DEVICE_DTS DEVICE_PROFILE IMAGE_SIZE DTB_SIZE +DEVICE_VARS += DEVICE_PROFILE IMAGE_SIZE DTB_SIZE define Device/Default PROFILES := Default @@ -15,6 +15,7 @@ define Device/Default DEVICE_DTS := KERNEL_ENTRY := 0x00000000 KERNEL_LOADADDR := 0x00000000 + DEVICE_DTS_DIR := ../dts endef define Build/dtb |