10 lines
244 B
Makefile
10 lines
244 B
Makefile
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
|
USEMODULE += sx126x_stm32wl
|
|
endif
|
|
ifneq (,$(filter sx126x_stm32wl,$(USEMODULE)))
|
|
USEMODULE += sx126x_rf_switch
|
|
endif
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
endif
|