From: Vagrant Cascadian Date: Mon, 27 Mar 2017 18:39:51 +0000 (+0000) Subject: Makefile-add-kwb-target-to-all X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1~1^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=18b4cf8e09aaf1803d2320231ce8b15346fb40d9;p=u-boot.git Makefile-add-kwb-target-to-all Add u-boot.kwb to "make all" target on Kirkwood. Gbp-Pq: Name Makefile-add-kwb-target-to-all.patch --- diff --git a/Makefile b/Makefile index cfbaf9cb4..83ece9531 100644 --- 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