summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2011-08-10 11:22:49 -0500
committerMATTHEW S. BARTH <msbarth@us.ibm.com>2011-08-10 17:30:34 -0500
commitb977bf9b78b1d7d57cefa3f8a2b7ebd0b7de4563 (patch)
treee15e50c0e9a80096c4a26db97d7c8686223a80d3 /src/makefile
parent2a7a99c1e088b8b87e4b019d24550c047fb86e0d (diff)
downloadtalos-hostboot-b977bf9b78b1d7d57cefa3f8a2b7ebd0b7de4563.tar.gz
talos-hostboot-b977bf9b78b1d7d57cefa3f8a2b7ebd0b7de4563.zip
Allocate block system call stub
Change-Id: Ief3476b5306bc231c9d3044b2736fcd195e840b1 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/243 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 3a5489cb9..f21afaf9b 100644
--- a/src/makefile
+++ b/src/makefile
@@ -28,7 +28,7 @@ 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_misc.o \
syscall_msg.o syscall_mmio.o syscall_time.o \
- init_main.o vfs_main.o sync.o futexmgr.o \
+ syscall_mm.o init_main.o vfs_main.o sync.o futexmgr.o \
ptmgr.o segmentmgr.o basesegment.o devicesegment.o \
block.o cxxtest_data.o cpuid.o misc.o
OpenPOWER on IntegriCloud