From c04a2cf3a30c07db465d1385c77f46e621d2b930 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Mon, 21 Oct 2019 16:52:18 +0200 Subject: [PATCH] common/nrf52840/Makefile.dep: nrf802154 if no nimble_% --- boards/common/nrf52/nrf52840/Makefile.dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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