mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: fix depenency for 6LoWPAN ND
This commit is contained in:
parent
4ad2689144
commit
8b1e425a94
@ -178,6 +178,12 @@ ifneq (,$(filter gnrc_ndp_%,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gnrc_ndp,$(USEMODULE)))
|
||||
ifneq (,$(filter gnrc_sixlowpan,$(USEMODULE)))
|
||||
USEMODULE += gnrc_sixlowpan_nd
|
||||
else
|
||||
USEMODULE += gnrc_ndp_node
|
||||
endif
|
||||
USEMODULE += gnrc_ndp_internal
|
||||
USEMODULE += gnrc_icmpv6
|
||||
USEMODULE += random
|
||||
USEMODULE += xtimer
|
||||
|
Loading…
Reference in New Issue
Block a user