mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
8 lines
286 B
Makefile
Executable File
8 lines
286 B
Makefile
Executable File
# FATFS files.
|
|
FATFSSRC = ${CHIBIOS}/os/various/fatfs_bindings/fatfs_diskio.c \
|
|
${CHIBIOS}/os/various/fatfs_bindings/fatfs_syscall.c \
|
|
${CHIBIOS}/ext/fatfs/src/ff.c \
|
|
${CHIBIOS}/ext/fatfs/src/option/unicode.c
|
|
|
|
FATFSINC = ${CHIBIOS}/ext/fatfs/src
|