Makefile-add-kwb-target-to-all
authorVagrant Cascadian <vagrant@debian.org>
Wed, 21 Feb 2018 00:49:33 +0000 (00:49 +0000)
committerVagrant Cascadian <vagrant@debian.org>
Wed, 21 Feb 2018 00:49:33 +0000 (00:49 +0000)
Add u-boot.kwb to "make all" target on Kirkwood.

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

Makefile

index 31b7613485f40ec771e8831ed9399b56a1fafe18..cd4223f5d71c1779d728139c356b09ba287062e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -784,6 +784,7 @@ else
 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
 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