filled in more of the skeleton of the heap implementation and started in on

the infrastructure surrounding connection points
This commit is contained in:
Eric J. Bowersox
2013-06-03 03:12:34 -06:00
parent 86674b67f0
commit a5aeeb2980
6 changed files with 300 additions and 12 deletions

View File

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