summaryrefslogtreecommitdiffstats
path: root/src/kernel/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-07-02 13:25:57 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-07-02 13:25:57 -0500
commit0a157437c294f2f3a244e0125e673b3791529052 (patch)
tree8bc431bc78fd38258c0047feeb7503e47423e802 /src/kernel/makefile
parent419ee15eddec34322a9d44a7b9099494fb2ff0c7 (diff)
downloadblackbird-hostboot-0a157437c294f2f3a244e0125e673b3791529052.tar.gz
blackbird-hostboot-0a157437c294f2f3a244e0125e673b3791529052.zip
Start virtual memory management.
Diffstat (limited to 'src/kernel/makefile')
-rw-r--r--src/kernel/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/makefile b/src/kernel/makefile
index 4bdc0d02d..7d33a056e 100644
--- a/src/kernel/makefile
+++ b/src/kernel/makefile
@@ -2,7 +2,7 @@ OBJDIR = ../../obj
include ../../config.mk
OBJS = start.o kernel.o console.o pagemgr.o heapmgr.o taskmgr.o cpumgr.o
-OBJS += syscall.o scheduler.o spinlock.o exception.o
+OBJS += syscall.o scheduler.o spinlock.o exception.o vmmmgr.o
OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})
all: ${OBJECTS}
OpenPOWER on IntegriCloud