metalsvm/kernel/Makefile
Stefan Lankes 6c80f9e15a add initial version of eMAC driver
as workround for some bugs, a few LwIP features and the interrupt handling in ICC are disabled
2011-06-05 00:05:41 -07:00

4 lines
123 B
Makefile

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