1
0
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:
Oleg Hahm 2015-08-05 19:47:09 +02:00
parent 04d77bd3f2
commit 8b2d9bfe4b

View File

@ -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)))