1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #12531 from fjmolinas/pr_nrf52_nimble

common/nrf52840/Makefile.dep: nrf802154 if no nimble_%
This commit is contained in:
Alexandre Abadie 2019-10-22 15:14:54 +02:00 committed by GitHub
commit 26c0b812d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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