summaryrefslogtreecommitdiffstats
path: root/src/kernel/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-06-22 16:41:25 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-06-22 16:41:25 -0500
commit261aa2b9b790868a16a6cee0f19c73221ddc81d5 (patch)
tree324a74523aa6596705ae2021c494e6acd2ddbb89 /src/kernel/makefile
parent02b38895c3af9ce6aae9bc02ef2930fabefff628 (diff)
downloadtalos-hostboot-261aa2b9b790868a16a6cee0f19c73221ddc81d5.tar.gz
talos-hostboot-261aa2b9b790868a16a6cee0f19c73221ddc81d5.zip
Program exception handling and emulated instruction for mfsprg3.
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 629c39bcb..4bdc0d02d 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
+OBJS += syscall.o scheduler.o spinlock.o exception.o
OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})
all: ${OBJECTS}
OpenPOWER on IntegriCloud