Brought back mt.c which I had removed with revision 1.12 now that we have a cpu/native implementation of mtarch.c.

This commit is contained in:
oliverschmidt 2007-04-03 00:46:18 +00:00
parent aa4434ca55
commit e2165bc38b

View file

@ -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)