From: Vagrant Cascadian Date: Tue, 5 Dec 2017 23:43:23 +0000 (+0000) Subject: Makefile-add-kwb-target-to-all X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c8472cad4791f2cec5796f920b454ed4a1edecc8;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 0d2cf737f..e0035bcaf 100644 --- 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