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

gnrc_ipv6_nib: fix gnrc_netif dependency

GNRC includes this dependency implicitly, but if the NIB is used
isolated (as e.g. in its unittest suite) this dependency is missing.
parent ec671c0a
No related branches found
No related tags found
No related merge requests found
...@@ -280,6 +280,7 @@ endif ...@@ -280,6 +280,7 @@ endif
ifneq (,$(filter gnrc_ipv6_nib,$(USEMODULE))) ifneq (,$(filter gnrc_ipv6_nib,$(USEMODULE)))
USEMODULE += evtimer USEMODULE += evtimer
USEMODULE += gnrc_ndp USEMODULE += gnrc_ndp
USEMODULE += gnrc_netif
USEMODULE += ipv6_addr USEMODULE += ipv6_addr
USEMODULE += random USEMODULE += random
endif endif
......
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