metalsvm/kernel/Makefile
2011-05-31 02:55:40 -07:00

4 lines
125 B
Makefile

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