Makefile-add-kwb-target-to-all
authorVagrant Cascadian <vagrant@debian.org>
Mon, 24 Oct 2016 02:36:36 +0000 (02:36 +0000)
committerVagrant Cascadian <vagrant@debian.org>
Mon, 24 Oct 2016 02:36:36 +0000 (02:36 +0000)
Add u-boot.kwb to "make all" target on Kirkwood.

Gbp-Pq: Name Makefile-add-kwb-target-to-all.patch

Makefile

index 63550dca46e05eb49957ef5059da6847cbcd88b7..bb712b4fc1b1905f1692d434ec357297b2e8ae2a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -755,6 +755,7 @@ endif
 ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin
 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
 ALL-$(CONFIG_TPL) += tpl/u-boot-tpl.bin
+ALL-$(CONFIG_KIRKWOOD) += u-boot.kwb
 ALL-$(CONFIG_OF_SEPARATE) += u-boot.dtb
 ifeq ($(CONFIG_SPL_FRAMEWORK),y)
 ALL-$(CONFIG_OF_SEPARATE) += u-boot-dtb.img