forked from xuos/xiuos
First commit XiUOS
This commit is contained in:
11
kernel/memory/Makefile
Normal file
11
kernel/memory/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
SRC_FILES := byte_manage.c
|
||||
|
||||
ifeq ($(CONFIG_KERNEL_MEMBLOCK),y)
|
||||
SRC_FILES += gatherblock.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_TASK_ISOLATION),y)
|
||||
SRC_FILES += isolation.c
|
||||
endif
|
||||
|
||||
include $(KERNEL_ROOT)/compiler.mk
|
||||
Reference in New Issue
Block a user