4 lines
93 B
Makefile
4 lines
93 B
Makefile
C_source := main.c tasks.c syscall.c init.c
|
|
MODULE := kernel
|
|
|
|
include $(TOPDIR)/Makefile.inc
|