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:
parent
a09d1d043c
commit
36b80dad8a
|
@ -37,7 +37,7 @@ ifdef CHAMELEON
|
||||||
include $(CONTIKI)/core/net/chameleon/Makefile.chameleon
|
include $(CONTIKI)/core/net/chameleon/Makefile.chameleon
|
||||||
endif
|
endif
|
||||||
include $(CONTIKI)/core/net/mac/Makefile.mac
|
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
|
THREADS = mt.c
|
||||||
LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c
|
LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c
|
||||||
CTK = ctk.c
|
CTK = ctk.c
|
||||||
|
|
|
@ -86,8 +86,6 @@ INPUT = contiki-mainpage.txt net.txt dev.txt \
|
||||||
../core/sys/cc.h \
|
../core/sys/cc.h \
|
||||||
../core/sys/etimer.c \
|
../core/sys/etimer.c \
|
||||||
../core/sys/etimer.h \
|
../core/sys/etimer.h \
|
||||||
../core/sys/service.h \
|
|
||||||
../core/sys/service.c \
|
|
||||||
../core/sys/procinit.h \
|
../core/sys/procinit.h \
|
||||||
../core/sys/procinit.c \
|
../core/sys/procinit.c \
|
||||||
../core/sys/arg.c \
|
../core/sys/arg.c \
|
||||||
|
|
Loading…
Reference in a new issue