From a918793e19b1ed7616c323967df3b23bbdf0f8c5 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Fri, 1 Sep 2006 22:57:32 +0000 Subject: [PATCH] Put mt.c back in there, but this time the problematic code that was in the file is commented out --- Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.include b/Makefile.include index c26fe90f0..141b2a330 100644 --- a/Makefile.include +++ b/Makefile.include @@ -30,8 +30,8 @@ DUMMY := ${shell mkdir $(OBJECTDIR)} endif SYSTEM = process.c procinit.c service.c autostart.c -THREADS = #mt.c -LIBS = memb.c timer.c list.c etimer.c +THREADS = mt.c +LIBS = memb.c timer.c list.c etimer.c #crtk.c CFS = cfs.c cfs-ram.c CTK = ctk.c UIP = uip.c uiplib.c resolv.c tcpip.c psock.c hc.c uip-split.c \