Skip to content
Snippets Groups Projects
Commit 38be8299 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

moved ieee802154 into link_layer subfolder

parent acd304e1
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ ifneq (,$(findstring rpl,$(USEMODULE)))
DIRS += net/routing/rpl
endif
ifneq (,$(findstring ieee802154,$(USEMODULE)))
DIRS += net/ieee802154
DIRS += net/link_layer/ieee802154
endif
ifneq (,$(findstring bloom,$(USEMODULE)))
DIRS += bloom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment