From 3b67a2a4a3d0813d1c4b769d364bcf1e1bbbd43a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 15 Apr 2020 01:24:39 +0100 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 ff123a050..32924edb8 100644 --- a/Makefile +++ b/Makefile @@ -869,6 +869,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 -- 2.30.2