summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES12
1 files changed, 7 insertions, 5 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index e6c007c1d0..e08d986ec1 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1,6 +1,3 @@
1#ifdef ARCHOS_GMINI120
2common/string.c
3#endif
4#ifdef IRIVER_H100 1#ifdef IRIVER_H100
5crt0.S 2crt0.S
6backlight.c 3backlight.c
@@ -30,6 +27,13 @@ common/strncpy.c
30common/strrchr.c 27common/strrchr.c
31common/strtok.c 28common/strtok.c
32common/timefuncs.c 29common/timefuncs.c
30#if (CONFIG_CPU == SH7034) || (CONFIG_CPU == MCF5249)
31common/memcpy_a.S
32common/memset_a.S
33#else
34common/memcpy.c
35common/memset.c
36#endif
33debug.c 37debug.c
34drivers/adc.c 38drivers/adc.c
35#ifdef HAVE_MMC 39#ifdef HAVE_MMC
@@ -81,8 +85,6 @@ system.c
81thread.c 85thread.c
82usb.c 86usb.c
83bitswap.S 87bitswap.S
84common/memcpy.S
85common/memset.S
86crt0.S 88crt0.S
87descramble.S 89descramble.S
88drivers/lcd.S 90drivers/lcd.S