µGFX  2.9
version 2.9
gfile_mk.c
1 /*
2  * This file is subject to the terms of the GFX License. If a copy of
3  * the license was not distributed with this file, you can obtain one at:
4  *
5  * http://ugfx.io/license.html
6  */
7 
8 #include "gfile.c"
9 #include "gfile_fs_native.c"
10 #include "gfile_fs_ram.c"
11 #include "gfile_fs_rom.c"
12 #include "gfile_fs_fatfs.c"
13 #include "gfile_fs_petitfs.c"
14 #include "gfile_fs_mem.c"
15 #include "gfile_fs_chibios.c"
16 #include "gfile_fs_strings.c"
17 #include "gfile_printg.c"
18 #include "gfile_scang.c"
19 #include "gfile_stdio.c"
20 #include "gfile_fatfs_wrapper.c"
21 #include "gfile_fatfs_diskio_chibios.c"
22 #include "gfile_petitfs_wrapper.c"
23 #include "gfile_petitfs_diskio_chibios.c"