From: John Crispin 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://git.lede-project.org./?a=commitdiff_plain;h=63426e08bd0bb3c75a9edd27cffa94cf68fd1a4e;p=openwrt%2Fsvn-archive%2Fopenwrt.git include/image.mk: add a path variable for the dts folder Signed-off-by: John Crispin SVN-Revision: 41789 --- 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))