summaryrefslogtreecommitdiffstats
path: root/src/lib/makefile
diff options
context:
space:
mode:
authordgilbert <dgilbert@us.ibm.com>2011-06-03 12:54:41 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-06-17 12:23:52 -0500
commit609d6810b8bc92dc979f8bbb8e7e7d7b7b5d9490 (patch)
treecd517ec2e10a95638e675b037bb24e2d01296ef4 /src/lib/makefile
parentf64ba52098e248e62b4ddb14c0a027c21066e9e2 (diff)
downloadtalos-hostboot-609d6810b8bc92dc979f8bbb8e7e7d7b7b5d9490.tar.gz
talos-hostboot-609d6810b8bc92dc979f8bbb8e7e7d7b7b5d9490.zip
Initial futex support
Change-Id: I51a4f1117085ce23c7993c1a38e4124596636726 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/141 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/lib/makefile')
-rw-r--r--src/lib/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/makefile b/src/lib/makefile
index d15ca3bef..3fdb3a8b1 100644
--- a/src/lib/makefile
+++ b/src/lib/makefile
@@ -1,7 +1,9 @@
ROOTPATH = ../..
OBJS = string.o stdlib.o assert.o stdio.o
-OBJS += syscall_stub.o syscall_task.o syscall_mutex.o syscall_msg.o
-OBJS += syscall_mmio.o syscall_time.o
+OBJS += syscall_stub.o syscall_task.o syscall_msg.o
+OBJS += syscall_mmio.o syscall_time.o sync.o
+
+SUBDIRS = test.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud