From 36b80dad8a9c4f1caafde5d7808115242942bbb6 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 26 May 2007 23:29:28 +0000 Subject: [PATCH] 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... --- Makefile.include | 2 +- doc/Doxyfile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.include b/Makefile.include index 36bd9002b..65e63da5d 100644 --- a/Makefile.include +++ b/Makefile.include @@ -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 diff --git a/doc/Doxyfile b/doc/Doxyfile index 231c131af..d978c55be 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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 \