
as workround for some bugs, a few LwIP features and the interrupt handling in ICC are disabled
4 lines
123 B
Makefile
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
|