1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/mcb2388/Makefile.dep
2021-12-01 11:15:14 +01:00

10 lines
187 B
Makefile

ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_adc
USEMODULE += saul_gpio
endif
# default to mtd_mci
ifneq (,$(filter mtd,$(USEMODULE)))
USEMODULE += mtd_mci
endif