moved net_help into crosslayer subfolder

This commit is contained in:
Oleg Hahm 2013-12-15 16:09:01 +01:00
parent 59e55c354c
commit 7642dd0f1d
5 changed files with 1 additions and 1 deletions

View File

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