1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/nrf52dk: add nimble_netif dependency

This commit is contained in:
Hauke Petersen 2019-05-17 11:42:14 +02:00
parent e1e62ffff7
commit 14662da1db

View File

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