diff --git a/boards/common/nrf52/nrf52840/Makefile.dep b/boards/common/nrf52/nrf52840/Makefile.dep index 44fc169964..92993c4a8a 100644 --- a/boards/common/nrf52/nrf52840/Makefile.dep +++ b/boards/common/nrf52/nrf52840/Makefile.dep @@ -1,5 +1,5 @@ ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE))) - ifeq (,$(filter nimble_netif nrfmin,$(USEMODULE))) + ifeq (,$(filter nimble_% nrfmin,$(USEMODULE))) USEMODULE += nrf802154 endif endif