Put mt.c back in there, but this time the problematic code that was in the file is commented out
This commit is contained in:
parent
ea13dd9179
commit
a918793e19
|
@ -30,8 +30,8 @@ DUMMY := ${shell mkdir $(OBJECTDIR)}
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SYSTEM = process.c procinit.c service.c autostart.c
|
SYSTEM = process.c procinit.c service.c autostart.c
|
||||||
THREADS = #mt.c
|
THREADS = mt.c
|
||||||
LIBS = memb.c timer.c list.c etimer.c
|
LIBS = memb.c timer.c list.c etimer.c #crtk.c
|
||||||
CFS = cfs.c cfs-ram.c
|
CFS = cfs.c cfs-ram.c
|
||||||
CTK = ctk.c
|
CTK = ctk.c
|
||||||
UIP = uip.c uiplib.c resolv.c tcpip.c psock.c hc.c uip-split.c \
|
UIP = uip.c uiplib.c resolv.c tcpip.c psock.c hc.c uip-split.c \
|
||||||
|
|
Loading…
Reference in a new issue