1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 17:52:47 +01:00
RIOT/pkg/fatfs/Makefile.dep
2022-02-16 14:30:08 +01:00

10 lines
210 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
FEATURES_OPTIONAL += periph_rtc