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

12 lines
257 B
Makefile
Raw Normal View History

USEMODULE += fatfs_diskio_mtd
USEMODULE += mtd
2020-07-02 19:11:05 +02:00
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