mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-15 20:50:28 +00:00
7 lines
270 B
Makefile
7 lines
270 B
Makefile
|
# 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
|
||
|
|
||
|
FATFSINC = ${CHIBIOS_PORTAPACK}/ext/fatfs/src
|