mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 01:41:41 +00:00
linux: add dtb makefile target to targets list
Add dtb makefile target to targets list to permit correct working of make target/linux/dtb Fixes: c47532b1ea7f ("kernel-buildOnmk: add support for compiling only DTS") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit c4910e9cb37c626ab9f4a47579bc8ec8981cdf4a)
This commit is contained in:
parent
183c0d530d
commit
fbe86d0e91
@ -7,5 +7,5 @@ include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
export TARGET_BUILD=1
|
||||
|
||||
prereq clean download prepare compile install oldconfig menuconfig nconfig xconfig update refresh: FORCE
|
||||
prereq clean download prepare compile install oldconfig menuconfig nconfig xconfig update refresh dtb: FORCE
|
||||
@+$(NO_TRACE_MAKE) -C $(firstword $(wildcard feeds/$(BOARD) $(BOARD))) $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user