mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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.
This commit is contained in:
parent
ec671c0a32
commit
42adac0ece
@ -280,6 +280,7 @@ endif
|
||||
ifneq (,$(filter gnrc_ipv6_nib,$(USEMODULE)))
|
||||
USEMODULE += evtimer
|
||||
USEMODULE += gnrc_ndp
|
||||
USEMODULE += gnrc_netif
|
||||
USEMODULE += ipv6_addr
|
||||
USEMODULE += random
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user