Files
xiuos/Ubiquitous/XiUOS/kernel/Makefile
2021-06-03 17:38:11 +08:00

10 lines
152 B
Makefile

SRC_DIR := thread memory
ifeq ($(CONFIG_KERNEL_TEST), y)
SRC_DIR += kernel_test
endif
SRC_DIR +=kernel_service
include $(KERNEL_ROOT)/compiler.mk