mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
boards: use cc2538_rf as netdev_default for CPU=cc2538
This commit is contained in:
parent
ff6f6618fb
commit
80ecac5fde
@ -1,3 +1,3 @@
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
||||
USEMODULE += cc2538_rf
|
||||
endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
||||
USEMODULE += cc2538_rf
|
||||
endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
||||
USEMODULE += cc2538_rf
|
||||
endif
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
||||
ifneq (,$(filter gnrc_netdev_default netdev_default,$(USEMODULE)))
|
||||
USEMODULE += cc2538_rf
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user