mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 20:18:13 +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
|
||
|
)
|