1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/fatfs/Makefile.dep
2022-04-11 14:25:44 +02:00

12 lines
257 B
Makefile

USEMODULE += fatfs_diskio_mtd
USEMODULE += mtd
ifneq (,$(filter vfs_auto_format,$(USEMODULE)))
DEFAULT_MODULE += fatfs_vfs_format
endif
# Use RTC for timestamps if available
ifeq (,$(filter rtt_rtc,$(USEMODULE)))
FEATURES_OPTIONAL += periph_rtc
endif