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

make: add dependency to vtimer for gnrc netif ipv6

parent 7b3d1a72
No related branches found
No related tags found
No related merge requests found
...@@ -258,6 +258,7 @@ ifneq (,$(filter gnrc_ipv6_netif,$(USEMODULE))) ...@@ -258,6 +258,7 @@ ifneq (,$(filter gnrc_ipv6_netif,$(USEMODULE)))
USEMODULE += ipv6_addr USEMODULE += ipv6_addr
USEMODULE += gnrc_netif USEMODULE += gnrc_netif
USEMODULE += bitfield USEMODULE += bitfield
USEMODULE += vtimer
endif endif
ifneq (,$(filter gnrc_udp,$(USEMODULE))) ifneq (,$(filter gnrc_udp,$(USEMODULE)))
......
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