added Contiki Filesystem (CFS) support in COOJA

This commit is contained in:
fros4943 2006-10-11 14:14:41 +00:00
parent 84cd6ed882
commit dd0890b4dd
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile.cooja,v 1.6 2006/10/06 10:44:03 fros4943 Exp $
# $Id: Makefile.cooja,v 1.7 2006/10/11 14:14:41 fros4943 Exp $
## The COOJA Simulator Contiki platform Makefile
##
@ -31,9 +31,9 @@ COOJA_BASE = simEnvChange.c irq.c cooja_mt.c cooja_mtarch.c
COOJA_INTFS = beep.c button-sensor.c ip.c leds-arch.c moteid.c \
pir-sensor.c radio-arch.c rs232.c vib-sensor.c \
clock.c log.c radio-sensor.c
clock.c log.c radio-sensor.c cfs-cooja.c
CORE_FILES = random.c sensors.c leds.c serial.c
CORE_FILES = random.c sensors.c leds.c serial.c cfs.c
CONTIKI_TARGET_SOURCEFILES = \
$(COOJA_BASE) $(COOJA_INTFS) $(CORE_FILES) $(PROJECT_SOURCEFILES)