8 lines
336 B
Makefile
Raw Normal View History

2015-07-08 08:39:24 -07:00
# FATFS files.
FATFSSRC = ${CHIBIOS_PORTAPACK}/os/various/fatfs_bindings/fatfs_diskio.c \
${CHIBIOS_PORTAPACK}/os/various/fatfs_bindings/fatfs_syscall.c \
${CHIBIOS_PORTAPACK}/ext/fatfs/src/ff.c \
${CHIBIOS_PORTAPACK}/ext/fatfs/src/option/unicode.c
2015-07-08 08:39:24 -07:00
FATFSINC = ${CHIBIOS_PORTAPACK}/ext/fatfs/src