summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2011-07-06 10:16:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2011-07-14 14:53:35 -0500
commit2583b46750d1e1c062763eff204baa1460e7ae90 (patch)
tree3fc331001e03e014bba295eda594fe86d248d477 /src/makefile
parentaccc0f438eca45dcd1058a195d192d51a6f1c4aa (diff)
downloadtalos-hostboot-2583b46750d1e1c062763eff204baa1460e7ae90.tar.gz
talos-hostboot-2583b46750d1e1c062763eff204baa1460e7ae90.zip
Initial checkin of PageTableManager - RTC:3195
Add new delRange method to delete based on page numbers, part of RTC:3195 Plus code review comments from previous commit - http://gfw160.austin.ibm.com:8080/gerrit/188 Change-Id: Ie45365162cf1367c5c0dcc3afc2907a6ddfa53d3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/188 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: MATTHEW S. BARTH <msbarth@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 682def8f7..ddf8f743d 100644
--- a/src/makefile
+++ b/src/makefile
@@ -11,7 +11,8 @@ 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_msg.o syscall_mmio.o syscall_time.o \
- init_main.o vfs_main.o sync.o futexmgr.o
+ init_main.o vfs_main.o sync.o futexmgr.o \
+ ptmgr.o
RUNTIME_OBJECTS =
OpenPOWER on IntegriCloud