Makefile-add-kwb-target-to-all
authorVagrant Cascadian <vagrant@debian.org>
Thu, 17 Nov 2016 19:10:12 +0000 (19:10 +0000)
committerVagrant Cascadian <vagrant@debian.org>
Thu, 17 Nov 2016 19:10:12 +0000 (19:10 +0000)
Add u-boot.kwb to "make all" target on Kirkwood.

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

Makefile

index cfbaf9cb4540467c5f389e815f9858293b75ba51..83ece9531902684f89d5d9e6bfb7ce092dec5d56 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -756,6 +756,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