forked from xuos/xiuos
7 lines
105 B
Makefile
7 lines
105 B
Makefile
SRC_FILES := task.c \
|
|
schedule.c \
|
|
memspace.c \
|
|
semaphore.c
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|