summaryrefslogtreecommitdiffstats
path: root/src/kernel/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-06-03 17:08:50 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-06-03 17:08:50 -0500
commitaeb744f3e5debfa052765d612462af776dd620a2 (patch)
tree306edfc20edf2bef8d4682b5e8d0b0cb1d45ba78 /src/kernel/makefile
parent278f85151d8b34ea14920371564a3b81acf3a43c (diff)
downloadtalos-hostboot-aeb744f3e5debfa052765d612462af776dd620a2.tar.gz
talos-hostboot-aeb744f3e5debfa052765d612462af776dd620a2.zip
Add stub for syscall.
Diffstat (limited to 'src/kernel/makefile')
-rw-r--r--src/kernel/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/makefile b/src/kernel/makefile
index 3ff471de2..d3a586e8d 100644
--- a/src/kernel/makefile
+++ b/src/kernel/makefile
@@ -2,6 +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
OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})
all: ${OBJECTS}
OpenPOWER on IntegriCloud