Skip to content

Commit

Permalink
ng_nomac: add to sys/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 12, 2015
1 parent ba14149 commit 95432fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ endif
ifneq (,$(filter ng_netreg,$(USEMODULE)))
DIRS += net/crosslayer/ng_netreg
endif
ifneq (,$(filter ng_nomac,$(USEMODULE)))
DIRS += net/link_layer/ng_nomac
endif
ifneq (,$(filter ng_pktbuf,$(USEMODULE)))
DIRS += net/crosslayer/ng_pktbuf
endif
Expand Down

0 comments on commit 95432fa

Please sign in to comment.