Makefile-add-kwb-target-to-all
authorVagrant Cascadian <vagrant@debian.org>
Fri, 19 Apr 2019 23:43:08 +0000 (00:43 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Fri, 19 Apr 2019 23:43:08 +0000 (00:43 +0100)
Add u-boot.kwb to "make all" target on Kirkwood.

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

Makefile

index f5610f586749c9981a2447072fe1d438b5e43b50..151e02b9bde93112dfe8e1b17ce250dbe61e2ab0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -823,6 +823,7 @@ ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
 endif
 endif
 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