common/nrf52840/Makefile.dep: nrf802154 if no nimble_%

This commit is contained in:
Francisco Molina 2019-10-21 16:52:18 +02:00
parent 04712dbcfc
commit c04a2cf3a3

View File

@ -1,5 +1,5 @@
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE))) ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
ifeq (,$(filter nimble_netif nrfmin,$(USEMODULE))) ifeq (,$(filter nimble_% nrfmin,$(USEMODULE)))
USEMODULE += nrf802154 USEMODULE += nrf802154
endif endif
endif endif