1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nrf52: set NimBLE for gnrc_netdev_default

This commit is contained in:
Hauke Petersen 2019-07-05 13:43:58 +02:00
parent ce3fedfed4
commit d127d18384
2 changed files with 6 additions and 6 deletions

View File

@ -7,3 +7,9 @@ endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_nrf_temperature
endif
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
ifeq (,$(filter nordic_softdevice_ble nrfmin nrf802154,$(USEMODULE) $(USEPKG)))
USEMODULE += nimble_netif
endif
endif

View File

@ -1,7 +1 @@
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
ifeq (,$(filter nrfmin nimble_netif,$(USEMODULE)))
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
USEPKG += nordic_softdevice_ble
endif
endif