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

@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt <ol.sc@web.de>
#
# $Id: Makefile.6502,v 1.23 2007/12/20 22:48:29 oliverschmidt Exp $
# $Id: Makefile.6502,v 1.24 2007/12/21 01:36:35 oliverschmidt Exp $
#
ifndef CONTIKI
@ -60,7 +60,8 @@ CONTIKI_CPU_SOURCEFILES = log.c error.c config.c clock.c ctk-mouse.c \
mtarch.c mtarch-asm.S lc-asm.S \
uip_arch.c ethernet-drv.c ethernet.c
CONTIKI_SOURCEFILES += $(CTK) ctk-conio.c cfs-posix.c petsciiconv.c \
CONTIKI_SOURCEFILES += cfs-posix.c cfs-posix-dir.c \
$(CTK) ctk-conio.c petsciiconv.c \
$(CONTIKI_TARGET_SOURCEFILES) $(CONTIKI_CPU_SOURCEFILES)
TARGET_STARTFILES = $(TARGET).o --start-group