mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: added dependency from ipv6_netif to bitfield
This commit is contained in:
parent
04d77bd3f2
commit
8b2d9bfe4b
@ -144,6 +144,7 @@ endif
|
||||
ifneq (,$(filter ng_ipv6_netif,$(USEMODULE)))
|
||||
USEMODULE += ipv6_addr
|
||||
USEMODULE += ng_netif
|
||||
USEMODULE += bitfield
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ng_udp,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user