$(KBUILD_DTBS) is not set anywhere.
Signed-off-by: Masahiro Yamada <[email protected]>
---
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
_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox