Moved the individual MODULE definitions from the top-level Makefile.include into the individual platforms' Makefiles
This commit is contained in:
parent
0fe08205e1
commit
7a740b382f
10 changed files with 18 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue