From 4df80276dc6bfe2f37edeec96b9f9996b7ab5e14 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Wed, 11 Dec 2013 08:51:17 +0100 Subject: [PATCH] Removed old definitions of source files - thiis is now handled by the modules mechanism --- Makefile.include | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Makefile.include b/Makefile.include index d442aa77d..c659453cc 100644 --- a/Makefile.include +++ b/Makefile.include @@ -60,26 +60,6 @@ CFLAGS += -DCONTIKI=1 -DCONTIKI_TARGET_$(TARGET_UPPERCASE)=1 MODULES += core/sys core/dev core/lib -#include $(CONTIKI)/core/net/rime/Makefile.rime -#include $(CONTIKI)/core/net/mac/Makefile.mac -#SYSTEM = process.c procinit.c autostart.c elfloader.c \ -# compower.c serial-line.c -#THREADS = mt.c -#LIBS = memb.c mmem.c timer.c list.c etimer.c ctimer.c energest.c rtimer.c stimer.c trickle-timer.c \ -# print-stats.c ifft.c crc16.c random.c ringbuf.c settings.c -#DEV = nullradio.c - -#include $(CONTIKI)/core/net/Makefile.uip -#include $(CONTIKI)/core/net/rpl/Makefile.rpl - -CTK = ctk.c - -ifndef CONTIKI_NO_NET - CONTIKIFILES = $(SYSTEM) $(LIBS) $(NET) $(THREADS) $(DHCP) $(DEV) -else - CONTIKIFILES = $(SYSTEM) $(LIBS) $(THREADS) $(DEV) sicslowpan.c fakeuip.c -endif - CONTIKI_SOURCEFILES += $(CONTIKIFILES) CONTIKIDIRS += ${addprefix $(CONTIKI)/core/,dev lib net net/mac net/rime \