mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
257 B
Makefile
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
|