6 lines
120 B
Makefile
6 lines
120 B
Makefile
SRC_FILES := stdio.c fs_syscalls.c time_syscalls.c mem_syscalls.c task_syscalls.c
|
|
|
|
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|