9
0
Fork 0

kbuild: drop $(KBUILD_DTBS) from the all target

$(KBUILD_DTBS) is not set anywhere.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Masahiro Yamada 2015-01-29 11:31:17 +09:00 committed by Sascha Hauer
parent 130f4da232
commit 7f7cdb3466
1 changed files with 2 additions and 2 deletions

View File

@ -488,9 +488,9 @@ images/%.s: barebox.bin FORCE
$(Q)$(MAKE) $(build)=images $@
ifdef CONFIG_PBL_MULTI_IMAGES
all: $(KBUILD_DTBS) barebox.bin images
all: barebox.bin images
else
all: barebox-flash-image $(KBUILD_DTBS)
all: barebox-flash-image
endif
common-$(CONFIG_PBL_IMAGE) += pbl/