boards/nrf52: cleanup global dependency file

This commit is contained in:
Alexandre Abadie 2019-08-29 14:39:00 +02:00
parent 6ad10b9873
commit 86d330aa95
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -2,8 +2,4 @@ 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
include $(RIOTCPU)/nrf52/Makefile.dep