summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES48
1 files changed, 29 insertions, 19 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 535b221127..a5e95e7152 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1,11 +1,15 @@
1#ifndef SIMULATOR
1backlight.c 2backlight.c
3#endif
2buffer.c 4buffer.c
3common/atoi.c 5common/atoi.c
4common/ctype.c 6common/ctype.c
7#ifndef SIMULATOR
5common/dir.c 8common/dir.c
9common/file.c
10#endif
6common/disk.c 11common/disk.c
7common/errno.c 12common/errno.c
8common/file.c
9common/memcmp.c 13common/memcmp.c
10common/qsort.c 14common/qsort.c
11common/random.c 15common/random.c
@@ -16,7 +20,7 @@ common/strcat.c
16common/strchr.c 20common/strchr.c
17common/strcmp.c 21common/strcmp.c
18common/strcpy.c 22common/strcpy.c
19#if CONFIG_CPU == SH7034 23#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
20common/strlen_a.S 24common/strlen_a.S
21#else 25#else
22common/strlen.c 26common/strlen.c
@@ -33,7 +37,20 @@ common/memset_a.S
33common/memcpy.c 37common/memcpy.c
34common/memset.c 38common/memset.c
35#endif 39#endif
36debug.c 40#ifdef HAVE_LCD_CHARCELLS
41drivers/lcd-player-charset.c
42drivers/lcd-player.c
43#endif
44#ifdef HAVE_LCD_BITMAP
45#if CONFIG_LCD == LCD_S1D15E06
46drivers/lcd-h100.c
47#else
48drivers/lcd-recorder.c
49#endif
50#endif
51drivers/power.c
52drivers/led.c
53#ifndef SIMULATOR
37drivers/adc.c 54drivers/adc.c
38#ifdef HAVE_MMC 55#ifdef HAVE_MMC
39drivers/ata_mmc.c 56drivers/ata_mmc.c
@@ -54,42 +71,35 @@ tuner_philips.c
54#endif 71#endif
55#endif 72#endif
56drivers/i2c.c 73drivers/i2c.c
57#ifdef HAVE_LCD_CHARCELLS
58drivers/lcd-player-charset.c
59drivers/lcd-player.c
60#endif
61#ifdef HAVE_LCD_BITMAP
62#if CONFIG_LCD == LCD_S1D15E06
63drivers/lcd-h100.c
64#else
65drivers/lcd-recorder.c
66#endif
67#endif
68drivers/led.c
69#if CONFIG_HWCODEC != MASNONE 74#if CONFIG_HWCODEC != MASNONE
70drivers/mas.c 75drivers/mas.c
71#endif 76#endif
72drivers/power.c
73#ifdef HAVE_RTC 77#ifdef HAVE_RTC
74drivers/rtc.c 78drivers/rtc.c
75#endif 79#endif
76drivers/serial.c 80drivers/serial.c
81#endif /* !SIMULATOR */
77#ifdef HAVE_LCD_BITMAP 82#ifdef HAVE_LCD_BITMAP
78font.c 83font.c
79#endif 84#endif
80hwcompat.c 85hwcompat.c
81id3.c 86id3.c
87#ifndef SIMULATOR
82kernel.c 88kernel.c
89rolo.c
90thread.c
91crt0.S
92#endif
83mp3_playback.c 93mp3_playback.c
84mp3data.c 94mp3data.c
85mpeg.c 95mpeg.c
96#ifndef WIN32 /* the win32 sim has its own versin of these: */
86panic.c 97panic.c
98debug.c
99#endif
87powermgmt.c 100powermgmt.c
88rolo.c
89system.c 101system.c
90thread.c
91usb.c 102usb.c
92crt0.S
93#if CONFIG_CPU == SH7034 103#if CONFIG_CPU == SH7034
94bitswap.S 104bitswap.S
95descramble.S 105descramble.S