mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
d8ff6cd7b1
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
8 lines
184 B
Makefile
8 lines
184 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
USEMODULE += saul_pwm
|
|
endif
|
|
|
|
# include common nrf52 dependencies
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.dep
|