mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #16788 from benpicco/common/nrf52-netdev_default
boards/nrf52: replace gnrc_netdev_default with netdev_default
This commit is contained in:
commit
873f6936ea
@ -1,5 +1,7 @@
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
ifeq (,$(filter nrfmin nrf802154,$(USEMODULE)))
|
||||
USEMODULE += nimble_netif
|
||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||
ifneq (,$(filter gnrc,$(USEMODULE)))
|
||||
ifeq (,$(filter nrfmin nrf802154,$(USEMODULE)))
|
||||
USEMODULE += nimble_netif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||
ifeq (,$(filter nimble_% nrf802154,$(USEMODULE)))
|
||||
USEMODULE += nrfmin
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user