base: individual implementations of pager-object

ref #935
This commit is contained in:
Martin Stein
2013-11-04 17:04:27 +01:00
committed by Norman Feske
parent d24ed9783b
commit 20e91d0b60
9 changed files with 38 additions and 14 deletions

View File

@ -8,7 +8,7 @@ LIBS += cxx l4 startup
SRC_CC += cap_copy.cc main_bootstrap.cc
SRC_CC += ipc/ipc.cc ipc/pager.cc ipc/ipc_marshal_cap.cc
SRC_CC += pager/pager.cc
SRC_CC += pager/pager.cc pager/common.cc
SRC_CC += avl_tree/avl_tree.cc
SRC_CC += allocator/slab.cc
SRC_CC += allocator/allocator_avl.cc