You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE))) |
|
USEMODULE += netif |
|
USEMODULE += cc2538_rf |
|
USEMODULE += gnrc_netdev |
|
USEMODULE += netdev_ieee802154 |
|
endif |
|
ifneq (,$(filter saul_default,$(USEMODULE))) |
|
USEMODULE += saul_gpio |
|
endif
|
|
|