mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 19:54:39 +00:00
7 lines
270 B
Makefile
Executable File
7 lines
270 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
|
|
|
|
FATFSINC = ${CHIBIOS_PORTAPACK}/ext/fatfs/src
|