summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-03 08:36:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-03 08:36:43 +0000
commit8ef88a1815cab2cee4cd31688c01f749ac88afd2 (patch)
treeb515fbd73261c4717bc156dd59105c9e6ff0dfe8 /firmware
parent72ec431fc2025614fd3d0606f5db73f6b71ed06c (diff)
downloadrockbox-8ef88a1815cab2cee4cd31688c01f749ac88afd2.zip
rockbox-8ef88a1815cab2cee4cd31688c01f749ac88afd2.tar.gz
rockbox-8ef88a1815cab2cee4cd31688c01f749ac88afd2.tar.bz2
rockbox-8ef88a1815cab2cee4cd31688c01f749ac88afd2.tar.xz
Build Rockbox for iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5759 a1c6a512-1295-4272-9138-f99709370657
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 fc8430b..535b221 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1,40 +1,3 @@
-#ifdef IRIVER_H100
-crt0.S
-backlight.c
-thread.c
-system.c
-kernel.c
-common/memcpy_a.S
-common/memset_a.S
-common/atoi.c
-common/ctype.c
-common/dir.c
-common/disk.c
-common/errno.c
-common/file.c
-common/random.c
-common/sprintf.c
-common/strcasecmp.c
-common/strcat.c
-common/strchr.c
-common/strcmp.c
-common/strcpy.c
-common/strlen.c
-common/strncmp.c
-common/strncpy.c
-common/strrchr.c
-common/strtok.c
-panic.c
-font.c
-drivers/lcd.S
-drivers/lcd-h100.c
-drivers/ata.c
-drivers/led.c
-drivers/adc.c
-drivers/button.c
-drivers/fat.c
-drivers/power.c
-#else
backlight.c
buffer.c
common/atoi.c
@@ -96,8 +59,12 @@ drivers/lcd-player-charset.c
drivers/lcd-player.c
#endif
#ifdef HAVE_LCD_BITMAP
+#if CONFIG_LCD == LCD_S1D15E06
+drivers/lcd-h100.c
+#else
drivers/lcd-recorder.c
#endif
+#endif
drivers/led.c
#if CONFIG_HWCODEC != MASNONE
drivers/mas.c
@@ -126,6 +93,5 @@ crt0.S
#if CONFIG_CPU == SH7034
bitswap.S
descramble.S
-drivers/lcd.S
-#endif
#endif
+drivers/lcd.S