4 lines
149 B
Makefile
4 lines
149 B
Makefile
C_source := main.c tasks.c syscall.c tests.c echo.c ping.c netio.c init.c server.c client.c shell.c
|
|
MODULE := kernel
|
|
|
|
include $(TOPDIR)/Makefile.inc
|