summaryrefslogtreecommitdiffstats
path: root/src/kernel/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-09-20 17:00:48 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-09-20 17:00:48 -0500
commit706838262ce47efeb8f983920a218460b81f2dc3 (patch)
treedb6e090416ff83ca5f83916f080927393c16cb3e /src/kernel/makefile
parent365cd29d695d853c8f4be97a9a97bfd37836bbe1 (diff)
downloadtalos-hostboot-706838262ce47efeb8f983920a218460b81f2dc3.tar.gz
talos-hostboot-706838262ce47efeb8f983920a218460b81f2dc3.zip
Add skeleton of timebase manager.
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 5bcb4b43a..bb44a690f 100644
--- a/src/kernel/makefile
+++ b/src/kernel/makefile
@@ -2,7 +2,7 @@ ROOTPATH = ../..
OBJDIR = ${ROOTPATH}/obj/hbicore
OBJS = start.o kernel.o console.o pagemgr.o heapmgr.o taskmgr.o cpumgr.o
-OBJS += syscall.o scheduler.o spinlock.o exception.o vmmmgr.o
+OBJS += syscall.o scheduler.o spinlock.o exception.o vmmmgr.o timemgr.o
OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})
all: ${OBJECTS}
OpenPOWER on IntegriCloud