moved RPL into routing subfolder
This commit is contained in:
parent
a7d3092a4e
commit
acd304e1cc
|
@ -68,7 +68,7 @@ ifneq (,$(findstring sixlowpan,$(USEMODULE)))
|
|||
DIRS += net/sixlowpan
|
||||
endif
|
||||
ifneq (,$(findstring rpl,$(USEMODULE)))
|
||||
DIRS += net/rpl
|
||||
DIRS += net/routing/rpl
|
||||
endif
|
||||
ifneq (,$(findstring ieee802154,$(USEMODULE)))
|
||||
DIRS += net/ieee802154
|
||||
|
|
Loading…
Reference in New Issue