started in on the heap library implementation

This commit is contained in:
Eric J. Bowersox
2013-06-01 02:34:23 -06:00
parent 2cca2531c8
commit 86674b67f0
8 changed files with 348 additions and 1 deletions

View File

@@ -32,7 +32,8 @@ MAKEFLAGS += -rR
CRBASEDIR := $(abspath ../..)
include $(CRBASEDIR)/armcompile.mk
LIB_OBJS = divide.o qdivrem.o intlib.o objhelp.o rbtree.o str.o strcopymem.o strcomparemem.o strsetmem.o lib_guids.o
LIB_OBJS = divide.o qdivrem.o heap_toplevel.o intlib.o objhelp.o rbtree.o str.o \
strcopymem.o strcomparemem.o strsetmem.o lib_guids.o
all: kernel-lib.o