1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/mcb2388/Makefile.dep
2022-03-29 10:24:01 +02:00

16 lines
320 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
# default to using FAT on the SD card
ifneq (,$(filter vfs_default,$(USEMODULE)))
USEMODULE += fatfs_vfs
USEMODULE += mtd
endif