Moved the individual MODULE definitions from the top-level Makefile.include into the individual platforms' Makefiles

This commit is contained in:
Adam Dunkels 2013-12-05 23:56:30 +01:00
parent 0fe08205e1
commit 7a740b382f
10 changed files with 18 additions and 9 deletions

View file

@ -28,3 +28,5 @@ endif
### Define the CPU directory
CONTIKI_CPU=$(CONTIKI)/cpu/native
include $(CONTIKI)/cpu/native/Makefile.native
MODULES+=core/net/ip core/net/ipv4 core/net core/net/ipv6 core/net/rime