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

make: added dependency from ipv6_netif to bitfield

parent 04d77bd3
No related branches found
No related tags found
No related merge requests found
...@@ -144,6 +144,7 @@ endif ...@@ -144,6 +144,7 @@ endif
ifneq (,$(filter ng_ipv6_netif,$(USEMODULE))) ifneq (,$(filter ng_ipv6_netif,$(USEMODULE)))
USEMODULE += ipv6_addr USEMODULE += ipv6_addr
USEMODULE += ng_netif USEMODULE += ng_netif
USEMODULE += bitfield
endif endif
ifneq (,$(filter ng_udp,$(USEMODULE))) ifneq (,$(filter ng_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