Files
xiuos/Ubiquitous/XiZi_AIoT/softkernel/task/Makefile
2024-05-29 11:06:03 +08:00

7 lines
105 B
Makefile

SRC_FILES := task.c \
schedule.c \
memspace.c \
semaphore.c
include $(KERNEL_ROOT)/compiler.mk