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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue