From: Vagrant Cascadian Date: Wed, 8 Jan 2020 08:19:44 +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~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f9cfdd54cfd3cb73c3fc18cdab32f9f2f3701735;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 703911cad..d83e54bf9 100644 --- a/Makefile +++ b/Makefile @@ -866,6 +866,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