Skip to content

Commit

Permalink
fixup! gnrc_netreg: add mbox support
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
miri64 committed Aug 25, 2016
1 parent 313ca9d commit 880d9b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ ifneq (,$(filter gnrc_conn_udp,$(USEMODULE)))
USEMODULE += gnrc_udp
endif

ifneq (,$(filter gnrc_netreg_extra,$(USEMODULE)))
USEMODULE += core_mbox
endif

ifneq (,$(filter netdev2_tap,$(USEMODULE)))
USEMODULE += netif
USEMODULE += netdev2_eth
Expand Down

0 comments on commit 880d9b3

Please sign in to comment.