summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-29 11:31:17 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-02 11:46:30 +0100
commit7f7cdb3466d216558fdff3789e27baac6ad3b53c (patch)
tree9f780c7ae90490ffbde8f40833b441babdbb3e85 /Makefile
parent130f4da23291293deee59f68688c84d93fc6a87e (diff)
downloadbarebox-7f7cdb3466d216558fdff3789e27baac6ad3b53c.tar.gz
barebox-7f7cdb3466d216558fdff3789e27baac6ad3b53c.tar.xz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 401c409525..2c5920404b 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/