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

@ -12,7 +12,8 @@ CTKGTK = $(CTK) ctk-gtksim.c ctk-draw.c ctk-gtksim-service.c libconio.c \
ctk-gtksim-draw.c
CONTIKI_TARGET_SOURCEFILES = tapdev-drv.c tapdev.c contiki-main.c \
dlloader.c clock.c $(CTK) $(CTKGTK) cfs-posix.c
dlloader.c clock.c $(CTK) $(CTKGTK) \
cfs-posix.c cfs-posix-dir.c
CONTIKI_SOURCEFILES += $(CONTIKI_TARGET_SOURCEFILES)