Finally moved service.[c|h] into backyard. The "only" user left in outside backyard is the CTK on GTK simulation layer - which needs to be updated to build / run again...

This commit is contained in:
oliverschmidt 2007-05-26 23:29:28 +00:00
parent a09d1d043c
commit 36b80dad8a
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,7 @@ ifdef CHAMELEON
include $(CONTIKI)/core/net/chameleon/Makefile.chameleon
endif
include $(CONTIKI)/core/net/mac/Makefile.mac
SYSTEM = process.c procinit.c service.c autostart.c elfloader.c
SYSTEM = process.c procinit.c autostart.c elfloader.c
THREADS = mt.c
LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c
CTK = ctk.c

View File

@ -86,8 +86,6 @@ INPUT = contiki-mainpage.txt net.txt dev.txt \
../core/sys/cc.h \
../core/sys/etimer.c \
../core/sys/etimer.h \
../core/sys/service.h \
../core/sys/service.c \
../core/sys/procinit.h \
../core/sys/procinit.c \
../core/sys/arg.c \