From: blogic Date: Mon, 21 Jul 2014 18:41:56 +0000 (+0000) Subject: include/image.mk: add a path variable for the dts folder X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d0d8a66e2ed5bef07c2ed67228d079474f00587e;p=openwrt.git include/image.mk: add a path variable for the dts folder Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41789 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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))