mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
8 lines
143 B
Makefile
8 lines
143 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
endif
|
|
|
|
ifneq (,$(filter skald,$(USEMODULE)))
|
|
USEMODULE += nrfble
|
|
endif
|