Add the explicit list of modules, since we cannot do auto-dependency management of them

This commit is contained in:
Adam Dunkels 2013-12-12 20:45:45 +01:00
parent 24155ee0ae
commit 824d2047da
14 changed files with 23 additions and 14 deletions

View file

@ -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