summaryrefslogtreecommitdiffstats
path: root/src/lib/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/makefile')
-rw-r--r--src/lib/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/makefile b/src/lib/makefile
index 7997189f8..b7cd3196e 100644
--- a/src/lib/makefile
+++ b/src/lib/makefile
@@ -25,6 +25,6 @@ ROOTPATH = ../..
OBJS = string.o string_ext.o stdlib.o ctype.o assert.o stdio.o math.o
OBJS += syscall_stub.o syscall_task.o syscall_msg.o
OBJS += syscall_mmio.o syscall_time.o sync.o syscall_misc.o
-OBJS += syscall_mm.o cxxtest_data.o
+OBJS += syscall_mm.o splaytree.o cxxtest_data.o
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud