mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
282 B
Makefile
12 lines
282 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
endif
|
|
|
|
# used for software reset
|
|
ifneq (,$(filter board_software_reset,$(USEMODULE)))
|
|
FEATURES_REQUIRED += periph_gpio_irq
|
|
FEATURES_REQUIRED += periph_pm
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.dep
|