From: Vagrant Cascadian Date: Fri, 19 Apr 2019 23:43:08 +0000 (+0100) 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~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0fab347846a5fe9b2acceecc6e76ad38ef638bca;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 f5610f586..151e02b9b 100644 --- a/Makefile +++ b/Makefile @@ -823,6 +823,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