summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/SOURCES44
1 files changed, 5 insertions, 39 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index fc8430b0c4..535b221127 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1,40 +1,3 @@
1#ifdef IRIVER_H100
2crt0.S
3backlight.c
4thread.c
5system.c
6kernel.c
7common/memcpy_a.S
8common/memset_a.S
9common/atoi.c
10common/ctype.c
11common/dir.c
12common/disk.c
13common/errno.c
14common/file.c
15common/random.c
16common/sprintf.c
17common/strcasecmp.c
18common/strcat.c
19common/strchr.c
20common/strcmp.c
21common/strcpy.c
22common/strlen.c
23common/strncmp.c
24common/strncpy.c
25common/strrchr.c
26common/strtok.c
27panic.c
28font.c
29drivers/lcd.S
30drivers/lcd-h100.c
31drivers/ata.c
32drivers/led.c
33drivers/adc.c
34drivers/button.c
35drivers/fat.c
36drivers/power.c
37#else
38backlight.c 1backlight.c
39buffer.c 2buffer.c
40common/atoi.c 3common/atoi.c
@@ -96,8 +59,12 @@ drivers/lcd-player-charset.c
96drivers/lcd-player.c 59drivers/lcd-player.c
97#endif 60#endif
98#ifdef HAVE_LCD_BITMAP 61#ifdef HAVE_LCD_BITMAP
62#if CONFIG_LCD == LCD_S1D15E06
63drivers/lcd-h100.c
64#else
99drivers/lcd-recorder.c 65drivers/lcd-recorder.c
100#endif 66#endif
67#endif
101drivers/led.c 68drivers/led.c
102#if CONFIG_HWCODEC != MASNONE 69#if CONFIG_HWCODEC != MASNONE
103drivers/mas.c 70drivers/mas.c
@@ -126,6 +93,5 @@ crt0.S
126#if CONFIG_CPU == SH7034 93#if CONFIG_CPU == SH7034
127bitswap.S 94bitswap.S
128descramble.S 95descramble.S
129drivers/lcd.S
130#endif
131#endif 96#endif
97drivers/lcd.S