Add the explicit list of modules, since we cannot do auto-dependency management of them
This commit is contained in:
parent
24155ee0ae
commit
824d2047da
14 changed files with 23 additions and 14 deletions
|
@ -69,4 +69,4 @@ LDFLAGS = $(STARTADDR_FLAG) -t $(TARGET) -m contiki-$(TARGET).map -D __STACKSIZE
|
|||
AROPTS = a
|
||||
|
||||
## Default modules
|
||||
MODULES += core/net/ipv4 core/ctk
|
||||
MODULES += core/net/ipv4 core/ctk core/net core/net/ip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue