summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES55
1 files changed, 29 insertions, 26 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 4e35850aa8..5253e5fde4 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -22,12 +22,30 @@ panic.c
22debug.c 22debug.c
23 23
24/* Common */ 24/* Common */
25common/atoi.c 25#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
26libc/errno.c
27#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
28libc/atoi.c
29libc/ctype.c
30libc/memcmp.c
31libc/memchr.c
32libc/qsort.c
33libc/random.c
34libc/sprintf.c
35libc/strcat.c
36libc/strchr.c
37libc/strcmp.c
38libc/strcpy.c
39libc/strncmp.c
40libc/strrchr.c
41libc/strtok.c
42libc/strstr.c
43libc/mktime.c
44common/config.c
26common/crc32.c 45common/crc32.c
27#ifdef MI4_FORMAT 46#ifdef MI4_FORMAT
28common/crc32-mi4.c 47common/crc32-mi4.c
29#endif 48#endif
30common/ctype.c
31#ifndef SIMULATOR 49#ifndef SIMULATOR
32common/dir_uncached.c 50common/dir_uncached.c
33common/file.c 51common/file.c
@@ -36,28 +54,13 @@ common/file.c
36common/dircache.c 54common/dircache.c
37#endif /* HAVE_DIRCACHE */ 55#endif /* HAVE_DIRCACHE */
38common/disk.c 56common/disk.c
39#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
40common/errno.c
41#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
42common/filefuncs.c 57common/filefuncs.c
43common/memcmp.c 58common/format.c
44common/memchr.c
45common/qsort.c
46common/random.c
47common/sprintf.c
48common/strcasecmp.c 59common/strcasecmp.c
49common/strcasestr.c 60common/strcasestr.c
50common/strcat.c
51common/strchr.c
52common/strcmp.c
53common/strnatcmp.c 61common/strnatcmp.c
54common/strcpy.c
55common/strncmp.c
56common/strlcat.c 62common/strlcat.c
57common/strlcpy.c 63common/strlcpy.c
58common/strrchr.c
59common/strtok.c
60common/strstr.c
61common/structec.c 64common/structec.c
62common/timefuncs.c 65common/timefuncs.c
63common/unicode.c 66common/unicode.c
@@ -377,7 +380,7 @@ target/coldfire/i2c-coldfire.c
377target/arm/support-arm.S 380target/arm/support-arm.S
378target/arm/memcpy-arm.S 381target/arm/memcpy-arm.S
379target/arm/memmove-arm.S 382target/arm/memmove-arm.S
380common/strlen.c 383libc/strlen.c
381#ifndef SIMULATOR 384#ifndef SIMULATOR
382target/arm/memset-arm.S 385target/arm/memset-arm.S
383target/arm/memset16-arm.S 386target/arm/memset16-arm.S
@@ -472,9 +475,9 @@ target/arm/crt0.S
472#elif defined(CPU_MIPS) 475#elif defined(CPU_MIPS)
473#undef mips 476#undef mips
474/*target/mips/strlen.S*/ 477/*target/mips/strlen.S*/
475common/memmove.c 478libc/memmove.c
476common/memset16.c 479common/memset16.c
477common/strlen.c 480libc/strlen.c
478target/mips/ffs-mips.S 481target/mips/ffs-mips.S
479target/mips/memcpy-mips.S 482target/mips/memcpy-mips.S
480target/mips/memset-mips.S 483target/mips/memset-mips.S
@@ -488,11 +491,11 @@ target/mips/ingenic_jz47xx/crt0.S
488#ifdef HAVE_PRIORITY_SCHEDULING 491#ifdef HAVE_PRIORITY_SCHEDULING
489common/ffs.c 492common/ffs.c
490#endif 493#endif
491common/memcpy.c 494libc/memcpy.c
492common/memmove.c 495libc/memmove.c
493common/memset.c 496libc/memset.c
494common/memset16.c 497common/memset16.c
495common/strlen.c 498libc/strlen.c
496#ifndef SIMULATOR 499#ifndef SIMULATOR
497crt0.S 500crt0.S
498drivers/i2c.c 501drivers/i2c.c
@@ -752,7 +755,7 @@ target/coldfire/iaudio/audio-iaudio.c
752#ifdef IRIVER_IFP7XX_SERIES 755#ifdef IRIVER_IFP7XX_SERIES
753#ifdef STUB 756#ifdef STUB
754ifp_usb_serial.c 757ifp_usb_serial.c
755common/sscanf.c 758libc/sscanf.c
756#endif /* STUB */ 759#endif /* STUB */
757#endif /* IRIVER_IFP7XX_SERIES */ 760#endif /* IRIVER_IFP7XX_SERIES */
758 761