From e2165bc38b625cb22ee7d44c35edabe5b325ad3c Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Tue, 3 Apr 2007 00:46:18 +0000 Subject: [PATCH] Brought back mt.c which I had removed with revision 1.12 now that we have a cpu/native implementation of mtarch.c. --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 957b406c0..31ef5b774 100644 --- a/Makefile.include +++ b/Makefile.include @@ -45,7 +45,7 @@ CTKVNC = $(CTK) ctk-vncserver.c libconio.c vnc-server.c vnc-out.c \ CTKTERM = $(CTK) libconio.c ctk-term.c ctk-term-in.c ctk-term-out.c \ ctk-termtelnet.c -CONTIKIFILES = $(SYSTEM) $(CFS) $(LIBS) $(NET) $(DHCP) +CONTIKIFILES = $(SYSTEM) $(THREADS) $(CFS) $(LIBS) $(NET) $(DHCP) CONTIKI_SOURCEFILES += $(CONTIKIFILES)