moved net_help into crosslayer subfolder
This commit is contained in:
parent
59e55c354c
commit
7642dd0f1d
|
@ -59,7 +59,7 @@ ifneq (,$(findstring net_mm,$(USEMODULE)))
|
|||
DIRS += net/mm
|
||||
endif
|
||||
ifneq (,$(findstring net_help,$(USEMODULE)))
|
||||
DIRS += net/net_help
|
||||
DIRS += net/crosslayer/net_help
|
||||
endif
|
||||
ifneq (,$(findstring protocol_multiplex,$(USEMODULE)))
|
||||
DIRS += net/link_layer/protocol-multiplex
|
||||
|
|
Loading…
Reference in New Issue