mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
made rpl a stand-alone module
This commit is contained in:
parent
5d2bc0fa3a
commit
40b3078b7e
@ -75,6 +75,8 @@ ifneq (,$(findstring protocol-multiplex,$(USEMODULE)))
|
||||
endif
|
||||
ifneq (,$(findstring sixlowpan,$(USEMODULE)))
|
||||
DIRS += net/sixlowpan
|
||||
endif
|
||||
ifneq (,$(findstring rpl,$(USEMODULE)))
|
||||
DIRS += net/sixlowpan/rpl
|
||||
endif
|
||||
ifneq (,$(findstring ieee802154,$(USEMODULE)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user