2004-10-07 08:44:58 +00:00
|
|
|
#ifdef IRIVER_H100
|
|
|
|
crt0.S
|
|
|
|
backlight.c
|
2004-10-15 02:13:43 +00:00
|
|
|
thread.c
|
2004-10-15 11:33:58 +00:00
|
|
|
system.c
|
2005-01-28 13:31:30 +00:00
|
|
|
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
|
2004-10-07 08:44:58 +00:00
|
|
|
#else
|
2004-10-04 13:03:33 +00:00
|
|
|
backlight.c
|
|
|
|
buffer.c
|
|
|
|
common/atoi.c
|
|
|
|
common/ctype.c
|
|
|
|
common/dir.c
|
|
|
|
common/disk.c
|
|
|
|
common/errno.c
|
|
|
|
common/file.c
|
|
|
|
common/memcmp.c
|
|
|
|
common/qsort.c
|
|
|
|
common/random.c
|
|
|
|
common/sprintf.c
|
|
|
|
common/strcasecmp.c
|
2005-01-27 22:21:08 +00:00
|
|
|
common/strcasestr.c
|
2004-10-04 13:03:33 +00:00
|
|
|
common/strcat.c
|
|
|
|
common/strchr.c
|
|
|
|
common/strcmp.c
|
|
|
|
common/strcpy.c
|
2005-01-22 13:18:33 +00:00
|
|
|
#if CONFIG_CPU == SH7034
|
|
|
|
common/strlen_a.S
|
|
|
|
#else
|
2004-10-04 13:03:33 +00:00
|
|
|
common/strlen.c
|
2005-01-22 13:18:33 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
common/strncmp.c
|
|
|
|
common/strncpy.c
|
|
|
|
common/strrchr.c
|
|
|
|
common/strtok.c
|
|
|
|
common/timefuncs.c
|
2005-01-28 13:31:30 +00:00
|
|
|
#if (CONFIG_CPU == SH7034)
|
2005-01-21 22:43:02 +00:00
|
|
|
common/memcpy_a.S
|
|
|
|
common/memset_a.S
|
|
|
|
#else
|
|
|
|
common/memcpy.c
|
|
|
|
common/memset.c
|
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
debug.c
|
|
|
|
drivers/adc.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef HAVE_MMC
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/ata_mmc.c
|
2004-10-05 08:11:11 +00:00
|
|
|
#else
|
|
|
|
drivers/ata.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/button.c
|
|
|
|
drivers/dac.c
|
|
|
|
drivers/fat.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef CONFIG_TUNER
|
2004-10-15 21:41:46 +00:00
|
|
|
#if (CONFIG_TUNER & S1A0903X01)
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/fmradio.c
|
2004-10-15 21:41:46 +00:00
|
|
|
tuner_samsung.c
|
|
|
|
#endif
|
|
|
|
#if (CONFIG_TUNER & TEA5767)
|
|
|
|
drivers/fmradio_i2c.c
|
|
|
|
tuner_philips.c
|
|
|
|
#endif
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/i2c.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef HAVE_LCD_CHARCELLS
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/lcd-player-charset.c
|
|
|
|
drivers/lcd-player.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/lcd-recorder.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/led.c
|
2005-01-27 19:17:47 +00:00
|
|
|
#if CONFIG_HWCODEC != MASNONE
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/mas.c
|
2005-01-27 19:17:47 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/power.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef HAVE_RTC
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/rtc.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
drivers/serial.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#ifdef HAVE_LCD_BITMAP
|
2004-10-04 13:03:33 +00:00
|
|
|
font.c
|
2004-10-05 07:58:54 +00:00
|
|
|
#endif
|
2004-10-04 13:03:33 +00:00
|
|
|
hwcompat.c
|
|
|
|
id3.c
|
|
|
|
kernel.c
|
|
|
|
mp3_playback.c
|
|
|
|
mp3data.c
|
|
|
|
mpeg.c
|
|
|
|
panic.c
|
|
|
|
powermgmt.c
|
|
|
|
rolo.c
|
|
|
|
system.c
|
|
|
|
thread.c
|
|
|
|
usb.c
|
2005-01-27 19:17:47 +00:00
|
|
|
crt0.S
|
2005-01-26 23:37:16 +00:00
|
|
|
#if CONFIG_CPU == SH7034
|
2004-10-04 13:03:33 +00:00
|
|
|
bitswap.S
|
|
|
|
descramble.S
|
|
|
|
drivers/lcd.S
|
2004-10-07 08:44:58 +00:00
|
|
|
#endif
|
2005-01-26 23:37:16 +00:00
|
|
|
#endif
|