From b7a0184eace13071c722c25b53c42c68c5a1eaa2 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Fri, 1 Sep 2006 07:13:56 +0000 Subject: [PATCH] Removed compilation of unused file mt.c --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index ae52cd767..c26fe90f0 100644 --- a/Makefile.include +++ b/Makefile.include @@ -30,7 +30,7 @@ DUMMY := ${shell mkdir $(OBJECTDIR)} endif SYSTEM = process.c procinit.c service.c autostart.c -THREADS = mt.c +THREADS = #mt.c LIBS = memb.c timer.c list.c etimer.c CFS = cfs.c cfs-ram.c CTK = ctk.c