commit | 5d6e8133f9b06749077bed3cdda77c18e5f71f76 | [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 | bb5c4287d3014f1eb2fe7aea75fc0cee08fe16b5 [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