mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 12:08:40 +00:00
8 lines
336 B
Makefile
Executable File
8 lines
336 B
Makefile
Executable File
# 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
|
|
|
|
FATFSINC = ${CHIBIOS_PORTAPACK}/ext/fatfs/src
|