mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-09 20:23:39 +00:00
11 lines
260 B
CMake
11 lines
260 B
CMake
|
# FATFS files.
|
||
|
set(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
|
||
|
)
|
||
|
|
||
|
set(FATFSINC
|
||
|
${CHIBIOS_PORTAPACK}/ext/fatfs/src
|
||
|
)
|