commit | 2afa331260fa2946ccd3b65cc2d82b54ff0dd9e2 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Oct 22 12:13:22 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 09:59:21 2014 -0400 |
tree | 7719718904f3aebe4a9f2b88b523441e0402753e | |
parent | 84899e2db39cd0e6c6cef5ce128daad7aa3748ab [diff] [blame] |
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 2b05b20..3b95964 100644 --- a/tools/Makefile +++ b/tools/Makefile
@@ -140,6 +140,7 @@ HOSTCFLAGS_ubsha1.o := -pedantic hostprogs-$(CONFIG_KIRKWOOD) += kwboot +hostprogs-$(CONFIG_ARMADA_XP) += kwboot hostprogs-y += proftool hostprogs-$(CONFIG_STATIC_RELA) += relocate-rela