metalsvm/kernel/Makefile
2011-08-02 15:58:20 +02:00

4 lines
115 B
Makefile

C_source := main.c tasks.c syscall.c tests.c echo.c ping.c init.c
MODULE := kernel
include $(TOPDIR)/Makefile.inc