projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae9b25
)
include/image.mk: add a path variable for the dts folder
author
John Crispin
<john@openwrt.org>
Mon, 21 Jul 2014 18:41:56 +0000
(18:41 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 21 Jul 2014 18:41:56 +0000
(18:41 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41789
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index 5e4dfb28e965925659b4f4f199388f5377b4a028..9f583ca7adf703c06949e0d6adc57ed1665472c2 100644
(file)
--- 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))