summaryrefslogtreecommitdiffstats
path: root/src/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/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/makefile')
-rw-r--r--src/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/makefile b/src/makefile
index 4a1987678..f3bb5dfe8 100644
--- a/src/makefile
+++ b/src/makefile
@@ -9,16 +9,16 @@ BASE_OBJECTS = console.o spinlock.o string.o stdlib.o assert.o stdio.o \
DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \
scheduler.o exception.o vmmmgr.o timemgr.o \
- syscall_stub.o syscall_task.o syscall_mutex.o \
+ syscall_stub.o syscall_task.o \
syscall_msg.o syscall_mmio.o syscall_time.o \
- init_main.o vfs_main.o
+ init_main.o vfs_main.o sync.o futexmgr.o
RUNTIME_OBJECTS =
BASE_MODULES = trace errl devicefw
DIRECT_BOOT_MODULES = example
RUNTIME_MODULES =
-TESTCASE_MODULES = cxxtest testerrl testdevicefw
+TESTCASE_MODULES = cxxtest testerrl testdevicefw testsyslib
RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic
OpenPOWER on IntegriCloud