[PATCH] kbuild: drop $(KBUILD_DTBS) from the all target

Masahiro Yamada yamada.m at jp.panasonic.com
Wed Jan 28 18:31:17 PST 2015


$(KBUILD_DTBS) is not set anywhere.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ca546e9..dede2c6 100644
--- a/Makefile
+++ b/Makefile
@@ -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/
-- 
1.9.1




More information about the barebox mailing list