forked from xuos/xiuos
First commit XiUOS
This commit is contained in:
9
kernel/Makefile
Normal file
9
kernel/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
SRC_DIR := thread memory
|
||||
|
||||
ifeq ($(CONFIG_KERNEL_TEST), y)
|
||||
SRC_DIR += kernel_test
|
||||
endif
|
||||
|
||||
SRC_DIR +=kernel_service
|
||||
|
||||
include $(KERNEL_ROOT)/compiler.mk
|
||||
Reference in New Issue
Block a user