moved protocol-multiplex into link_layer subfolder
This commit is contained in:
parent
38be829901
commit
2f20e9db51
|
@ -62,7 +62,7 @@ ifneq (,$(findstring net_help,$(USEMODULE)))
|
|||
DIRS += net/net_help
|
||||
endif
|
||||
ifneq (,$(findstring protocol_multiplex,$(USEMODULE)))
|
||||
DIRS += net/protocol-multiplex
|
||||
DIRS += net/link_layer/protocol-multiplex
|
||||
endif
|
||||
ifneq (,$(findstring sixlowpan,$(USEMODULE)))
|
||||
DIRS += net/sixlowpan
|
||||
|
|
Loading…
Reference in New Issue