split the low-level memory manager functions into their own assembly source
file down in the mm subdirectory
This commit is contained in:
@@ -32,7 +32,7 @@ MAKEFLAGS += -rR
|
||||
CRBASEDIR := $(abspath ../..)
|
||||
include $(CRBASEDIR)/armcompile.mk
|
||||
|
||||
MM_OBJS = memmgr.o vmmap.o pagealloc.o kernel_space.o
|
||||
MM_OBJS = lowlevel.o memmgr.o vmmap.o pagealloc.o kernel_space.o
|
||||
MM_INIT_OBJS = init_heap.o
|
||||
|
||||
all: kernel-mm.o
|
||||
|
||||
Reference in New Issue
Block a user