boards/common/nrf52: add shared dependency files for nrf52
This commit is contained in:
parent
0778774656
commit
0d62accfef
5
boards/common/nrf52/nrf52832/Makefile.dep
Normal file
5
boards/common/nrf52/nrf52832/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||||
|
ifeq (,$(filter nordic_softdevice_ble nrfmin,$(USEMODULE) $(USEPKG)))
|
||||||
|
USEMODULE += nimble_netif
|
||||||
|
endif
|
||||||
|
endif
|
||||||
5
boards/common/nrf52/nrf52840/Makefile.dep
Normal file
5
boards/common/nrf52/nrf52840/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
||||||
|
ifeq (,$(filter nimble_netif nrfmin,$(USEMODULE)))
|
||||||
|
USEMODULE += nrf802154
|
||||||
|
endif
|
||||||
|
endif
|
||||||
Loading…
x
Reference in New Issue
Block a user