From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 (+0000) Subject: Makefile-add-kwb-target-to-all X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=17f9fc162995c1d5ea070df44c3a9ae3e4e4ba63;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 86542b9d2..7130c8c25 100644 --- a/Makefile +++ b/Makefile @@ -733,6 +733,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 u-boot-dtb.bin ifeq ($(CONFIG_SPL_FRAMEWORK),y) ALL-$(CONFIG_OF_SEPARATE) += u-boot-dtb.img