1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

gnrc_rpl: add gnrc_ipv6_nib as explicit dependency

This commit is contained in:
Martine Lenders 2018-03-01 10:06:53 +01:00
parent 9c84cd90b8
commit 8688735224

View File

@ -123,6 +123,7 @@ endif
ifneq (,$(filter gnrc_rpl,$(USEMODULE)))
USEMODULE += gnrc_icmpv6
USEMODULE += gnrc_ipv6_nib
USEMODULE += trickle
USEMODULE += xtimer
endif