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 \