diff options
author | Stefan Roese | 2014-10-22 12:13:22 +0200 |
---|---|---|
committer | Tom Rini | 2014-10-23 09:59:21 -0400 |
commit | 2afa331260fa2946ccd3b65cc2d82b54ff0dd9e2 (patch) | |
tree | 7719718904f3aebe4a9f2b88b523441e0402753e /tools | |
parent | 84899e2db39cd0e6c6cef5ce128daad7aa3748ab (diff) |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 2b05b202a07..3b95964fd15 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 |