From: Stefan Roese <sr@denx.de> Date: Wed, 22 Oct 2014 10:13:22 +0000 (+0200) Subject: tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported X-Git-Tag: v2025.01-rc5-pxa1908~14513 X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=2afa331260fa2946ccd3b65cc2d82b54ff0dd9e2;p=u-boot.git tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Luka Perkov <luka@openwrt.org> --- diff --git a/tools/Makefile b/tools/Makefile index 2b05b202a0..3b95964fd1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -140,6 +140,7 @@ ubsha1-objs := os_support.o ubsha1.o lib/sha1.o HOSTCFLAGS_ubsha1.o := -pedantic hostprogs-$(CONFIG_KIRKWOOD) += kwboot +hostprogs-$(CONFIG_ARMADA_XP) += kwboot hostprogs-y += proftool hostprogs-$(CONFIG_STATIC_RELA) += relocate-rela