mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 03:29:36 +00:00
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:
parent
eae9b2541a
commit
63426e08bd
@ -14,6 +14,7 @@ include $(INCLUDE_DIR)/host.mk
|
|||||||
override MAKEFLAGS=
|
override MAKEFLAGS=
|
||||||
override MAKE:=$(SUBMAKE)
|
override MAKE:=$(SUBMAKE)
|
||||||
KDIR=$(KERNEL_BUILD_DIR)
|
KDIR=$(KERNEL_BUILD_DIR)
|
||||||
|
DTS_DIR:=$(LINUX_DIR)/arch/$(ARCH)/boot/dts/
|
||||||
|
|
||||||
IMG_PREFIX:=openwrt-$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET))
|
IMG_PREFIX:=openwrt-$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user