Skip to content
Snippets Groups Projects
Commit 95432fad authored by Martine Lenders's avatar Martine Lenders
Browse files

ng_nomac: add to sys/Makefile

parent ba141496
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,9 @@ endif ...@@ -74,6 +74,9 @@ endif
ifneq (,$(filter ng_netreg,$(USEMODULE))) ifneq (,$(filter ng_netreg,$(USEMODULE)))
DIRS += net/crosslayer/ng_netreg DIRS += net/crosslayer/ng_netreg
endif endif
ifneq (,$(filter ng_nomac,$(USEMODULE)))
DIRS += net/link_layer/ng_nomac
endif
ifneq (,$(filter ng_pktbuf,$(USEMODULE))) ifneq (,$(filter ng_pktbuf,$(USEMODULE)))
DIRS += net/crosslayer/ng_pktbuf DIRS += net/crosslayer/ng_pktbuf
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment