include/image.mk: add a path variable for the dts folder

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 41789
This commit is contained in:
John Crispin 2014-07-21 18:41:56 +00:00
parent eae9b2541a
commit 63426e08bd
1 changed files with 1 additions and 0 deletions

View File

@ -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))