moved protocol-multiplex into link_layer subfolder

This commit is contained in:
Oleg Hahm 2013-12-15 16:04:35 +01:00
parent 38be829901
commit 2f20e9db51
3 changed files with 1 additions and 1 deletions

View File

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