Splitted POSIX based cfs implementation to avoid pulling in potentially large POSIX directory I/O functions without needing them at all.

This commit is contained in:
oliverschmidt 2007-12-21 01:36:01 +00:00
parent 102e3e2a24
commit 0564cc50fd
5 changed files with 90 additions and 48 deletions

View file

@ -6,7 +6,7 @@ CONTIKI_TARGET_DIRS = .
CONTIKI_TARGET_MAIN = ${addprefix $(OBJECTDIR)/,contiki-main.o}
CONTIKI_TARGET_SOURCEFILES = contiki-main.c dlloader.c clock.c \
leds.c leds-arch.c cfs-posix.c
leds.c leds-arch.c cfs-posix.c cfs-posix-dir.c
ifeq ($(OS),Windows_NT)
CONTIKI_TARGET_SOURCEFILES += wpcap-drv.c wpcap.c