From: Vagrant Cascadian Date: Fri, 28 Aug 2020 23:35:40 +0000 (+0100) Subject: Makefile-add-kwb-target-to-all X-Git-Tag: archive/raspbian/2020.07+dfsg-2+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d693a68f28d5f082b9eb7c7cdcf4f3db8a9b5f3d;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 58b96e46a..d666f3164 100644 --- a/Makefile +++ b/Makefile @@ -904,6 +904,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