From 6c96877cdf48ea88fef4f861cc346faa98737403 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Fri, 23 Jun 2006 07:37:15 +0000 Subject: [PATCH] Added the RUNES component model (crtk.c) to the Makefile. (Note: the function names in the crtk.c must be fixed to comply with the Contiki nameing model before becoming a part of Contiki.) --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 1d4896043..6a03d9c34 100644 --- a/Makefile.include +++ b/Makefile.include @@ -28,7 +28,7 @@ endif SYSTEM = process.c procinit.c service.c autostart.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 CTK = ctk.c UIP = uip.c uiplib.c resolv.c tcpip.c psock.c hc.c uip-split.c \