summaryrefslogtreecommitdiffstats
path: root/src/kernel/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-05-21 13:09:21 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-05-21 13:09:21 -0500
commit8781b20afef41280e351d087bc05f6626e95cbda (patch)
tree1ca25664d5dc160962cecbff6ced916215c0edab /src/kernel/makefile
parent344e6d7bf3870202ff9206f389057e2c8a1e7345 (diff)
downloadtalos-hostboot-8781b20afef41280e351d087bc05f6626e95cbda.tar.gz
talos-hostboot-8781b20afef41280e351d087bc05f6626e95cbda.zip
Add heap manager for allocations up to 2040 bytes
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 c4cf3c421..41d9f706c 100644
--- a/src/kernel/makefile
+++ b/src/kernel/makefile
@@ -1,7 +1,7 @@
OBJDIR = ../../obj
include ../../config.mk
-OBJS = start.o kernel.o console.o pagemgr.o
+OBJS = start.o kernel.o console.o pagemgr.o heapmgr.o
OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})
all: ${OBJECTS}
OpenPOWER on IntegriCloud