aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2012-02-01 23:00:13 +0200
committerPekka Enberg <penberg@kernel.org>2012-02-02 17:21:20 +0200
commitf04f3a34fdd2a3a53bf8a0c0742ed69e61e48d78 (patch)
treea55f36290043e1c7ff1b01bbc408d45a5d7af341
parenta0d4df5797fb63f6eb4510d25bd8302dc9865957 (diff)
downloadjato-f04f3a34fdd2a3a53bf8a0c0742ed69e61e48d78.tar.gz
arm: Fix unit test link error
Signed-off-by: Pekka Enberg <penberg@kernel.org>
-rw-r--r--test/unit/arch-arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/arch-arm/Makefile b/test/unit/arch-arm/Makefile
index 96313457..17b42651 100644
--- a/test/unit/arch-arm/Makefile
+++ b/test/unit/arch-arm/Makefile
@@ -19,6 +19,7 @@ TOPLEVEL_OBJS += lib/arena.o
TOPLEVEL_OBJS += lib/bitset.o
TOPLEVEL_OBJS += lib/buffer.o
TOPLEVEL_OBJS += lib/compile-lock.o
+TOPLEVEL_OBJS += lib/hash-map.o
TOPLEVEL_OBJS += lib/radix-tree.o
TOPLEVEL_OBJS += lib/stack.o
TOPLEVEL_OBJS += lib/string.o