Makefile-add-kwb-target-to-all
authorVagrant Cascadian <vagrant@debian.org>
Wed, 15 Apr 2020 00:24:39 +0000 (01:24 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Wed, 15 Apr 2020 00:24:39 +0000 (01:24 +0100)
Add u-boot.kwb to "make all" target on Kirkwood.

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

Makefile

index ff123a0503f21c0edc010dfa488dbc2710cde238..32924edb8a1ec9caaf0ddbbc222619d395310567 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -869,6 +869,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