From 80384089f4d03a41389c7abb2e9855e2872202c2 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 2 Apr 2018 02:20:06 +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 afdea537d..535c84f9e 100644 --- a/Makefile +++ b/Makefile @@ -784,6 +784,7 @@ else ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot.img 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