1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

make: make gnrc_sixloenc dependent on gnrc_sixlowpan

This commit is contained in:
Martine Lenders 2018-12-06 21:46:36 +01:00
parent fcc57ddd04
commit 941bcc142d

View File

@ -154,7 +154,7 @@ ifneq (,$(filter gnrc_netif,$(USEMODULE)))
endif
endif
ifneq (,$(filter ieee802154 nrfmin esp_now,$(USEMODULE)))
ifneq (,$(filter ieee802154 nrfmin esp_now gnrc_sixloenc,$(USEMODULE)))
ifneq (,$(filter gnrc_ipv6, $(USEMODULE)))
USEMODULE += gnrc_sixlowpan
endif