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:
parent
102e3e2a24
commit
0564cc50fd
5 changed files with 90 additions and 48 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue