diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-21 18:41:56 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-21 18:41:56 +0000 |
commit | ba86e2f03ba7a6193b0aeb4f0068b07337bb0b7f (patch) | |
tree | 2c2039ec2b65704a926ebfdf119055e8fd0886d8 /include | |
parent | 79ad829c0f7fe359fc821e8707177e95eaaf5ccc (diff) | |
download | upstream-ba86e2f03ba7a6193b0aeb4f0068b07337bb0b7f.tar.gz upstream-ba86e2f03ba7a6193b0aeb4f0068b07337bb0b7f.tar.bz2 upstream-ba86e2f03ba7a6193b0aeb4f0068b07337bb0b7f.zip |
include/image.mk: add a path variable for the dts folder
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41789 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/image.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.mk b/include/image.mk index 5e4dfb28e9..9f583ca7ad 100644 --- a/include/image.mk +++ b/include/image.mk @@ -14,6 +14,7 @@ include $(INCLUDE_DIR)/host.mk override MAKEFLAGS= override MAKE:=$(SUBMAKE) KDIR=$(KERNEL_BUILD_DIR) +DTS_DIR:=$(LINUX_DIR)/arch/$(ARCH)/boot/dts/ IMG_PREFIX:=openwrt-$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET)) |