From c033cf5810ceaf978645bdd71e138cb029cafc11 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Fri, 29 Sep 2006 12:48:48 +0000 Subject: [PATCH] added multithreading sources to makefile --- platform/cooja/Makefile.cooja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/cooja/Makefile.cooja b/platform/cooja/Makefile.cooja index 2f7aec67d..18e35b5bc 100644 --- a/platform/cooja/Makefile.cooja +++ b/platform/cooja/Makefile.cooja @@ -1,4 +1,4 @@ -# $Id: Makefile.cooja,v 1.3 2006/09/06 12:20:12 fros4943 Exp $ +# $Id: Makefile.cooja,v 1.4 2006/09/29 12:48:48 fros4943 Exp $ ## The COOJA Simulator Contiki platform Makefile ## @@ -33,7 +33,7 @@ COOJAINTFS = beep.c button-sensor.c ip.c leds-arch.c moteid.c \ pir-sensor.c radio-arch.c rs232.c vib-sensor.c simEnvChange.c \ clock.c log.c -CORE_FILES = random.c sensors.c leds.c serial.c +CORE_FILES = random.c sensors.c leds.c serial.c mt.c mtarch.c #COOJA_SYS = $(patsubst $(COOJA)/sys/%.c,%.c,$(wildcard $(COOJA)/sys/*.c)) #COOJA_DEV = $(patsubst $(COOJA)/dev/%.c,%.c,$(wildcard $(COOJA)/dev/*.c))