From ddcf79828d16c89ba70cf2ead193388d69061735 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 8 Dec 2015 16:59:47 +0000 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5a7466502..1ac1c9bdd 100644 --- a/Makefile +++ b/Makefile @@ -746,6 +746,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 -- 2.30.2