mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c8f9d85002
This commit fixes the dependency resolution of `gnrc_netif_cmd_lora`. As it was, this module was pulled by the driver if `gnrc` was used. Besides pulling an extra dependency in applications that don't use `shell_commands` or `gnrc_lorawan`, this hardcodes the module resolution in the drivers. This commit pulls `gnrc_netif_cmd_lora` if `shell_commands` and `gnrc_lorawan` are present.
10 lines
233 B
Makefile
10 lines
233 B
Makefile
FEATURES_REQUIRED += periph_gpio
|
|
FEATURES_REQUIRED += periph_gpio_irq
|
|
FEATURES_REQUIRED += periph_spi
|
|
FEATURES_OPTIONAL += periph_spi_gpio_mode
|
|
USEMODULE += iolist
|
|
USEMODULE += ztimer_usec
|
|
USEMODULE += ztimer_msec
|
|
|
|
USEMODULE += lora
|