You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
360 B
Makefile
12 lines
360 B
Makefile
# FATFS files.
|
|
FATFSSRC = $(CHIBIOS)/os/various/fatfs_bindings/fatfs_diskio.c \
|
|
$(CHIBIOS)/os/various/fatfs_bindings/fatfs_syscall.c \
|
|
$(CHIBIOS)/ext/fatfs/source/ff.c \
|
|
$(CHIBIOS)/ext/fatfs/source/ffunicode.c
|
|
|
|
FATFSINC = $(CHIBIOS)/ext/fatfs/source
|
|
|
|
# Shared variables
|
|
ALLCSRC += $(FATFSSRC)
|
|
ALLINC += $(FATFSINC)
|