2230791850
2) lcd-h100-remote should work fine for H300 as well since you can use the H100 remote fine on a h300 player 3) drivers/uda1380.c depends on HAVE_UDA1380 4) pcm_playback.c is for all sw-codec (non-MAS) devices git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6756 a1c6a512-1295-4272-9138-f99709370657
129 lines
2 KiB
Text
129 lines
2 KiB
Text
#ifdef ROCKBOX_HAS_LOGF
|
|
logf.c
|
|
#endif
|
|
#ifndef SIMULATOR
|
|
backlight.c
|
|
#endif
|
|
buffer.c
|
|
common/atoi.c
|
|
common/ctype.c
|
|
#ifndef SIMULATOR
|
|
common/dir.c
|
|
common/file.c
|
|
#endif
|
|
common/disk.c
|
|
common/errno.c
|
|
common/memcmp.c
|
|
common/qsort.c
|
|
common/random.c
|
|
common/sprintf.c
|
|
common/strcasecmp.c
|
|
common/strcasestr.c
|
|
common/strcat.c
|
|
common/strchr.c
|
|
common/strcmp.c
|
|
common/strcpy.c
|
|
#if (CONFIG_CPU == SH7034) && !defined(SIMULATOR)
|
|
common/strlen_a.S
|
|
#else
|
|
common/strlen.c
|
|
#endif
|
|
common/strncmp.c
|
|
common/strncpy.c
|
|
common/strrchr.c
|
|
common/strtok.c
|
|
common/timefuncs.c
|
|
#if (CONFIG_CPU == SH7034)
|
|
common/memcpy_a.S
|
|
common/memset_a.S
|
|
#else
|
|
common/memcpy.c
|
|
common/memset.c
|
|
#endif
|
|
#ifdef HAVE_LCD_CHARCELLS
|
|
drivers/lcd-player-charset.c
|
|
drivers/lcd-player.c
|
|
#endif
|
|
#ifdef HAVE_LCD_BITMAP
|
|
#if CONFIG_LCD == LCD_S1D15E06
|
|
drivers/lcd-h100.c
|
|
#elif CONFIG_LCD == LCD_H300
|
|
#else
|
|
drivers/lcd-recorder.c
|
|
#endif
|
|
#endif
|
|
drivers/power.c
|
|
#ifdef CONFIG_LED
|
|
drivers/led.c
|
|
#endif
|
|
#ifndef SIMULATOR
|
|
drivers/adc.c
|
|
#ifdef HAVE_MMC
|
|
drivers/ata_mmc.c
|
|
#else
|
|
drivers/ata.c
|
|
#endif
|
|
drivers/button.c
|
|
drivers/dac.c
|
|
drivers/fat.c
|
|
#ifdef CONFIG_TUNER
|
|
#if (CONFIG_TUNER & S1A0903X01)
|
|
drivers/fmradio.c
|
|
tuner_samsung.c
|
|
#endif
|
|
#if (CONFIG_TUNER & TEA5767)
|
|
drivers/fmradio_i2c.c
|
|
tuner_philips.c
|
|
#endif
|
|
#endif
|
|
#if CONFIG_I2C == I2C_H100
|
|
drivers/i2c-h100.c
|
|
#else
|
|
drivers/i2c.c
|
|
#endif
|
|
#if CONFIG_HWCODEC != MASNONE
|
|
drivers/mas.c
|
|
#endif
|
|
#ifdef HAVE_RTC
|
|
drivers/rtc.c
|
|
#endif
|
|
drivers/serial.c
|
|
#endif /* !SIMULATOR */
|
|
#ifdef HAVE_LCD_BITMAP
|
|
font.c
|
|
#endif
|
|
id3.c
|
|
#ifndef SIMULATOR
|
|
hwcompat.c
|
|
kernel.c
|
|
rolo.c
|
|
thread.c
|
|
crt0.S
|
|
#endif
|
|
mp3_playback.c
|
|
mp3data.c
|
|
#if CONFIG_HWCODEC != MASNONE
|
|
mpeg.c
|
|
#endif
|
|
#ifndef WIN32 /* the win32 sim has its own versin of these: */
|
|
panic.c
|
|
debug.c
|
|
#endif
|
|
powermgmt.c
|
|
system.c
|
|
usb.c
|
|
#if CONFIG_CPU == SH7034
|
|
bitswap.S
|
|
descramble.S
|
|
#endif
|
|
drivers/lcd.S
|
|
#ifdef HAVE_REMOTE_LCD
|
|
drivers/lcd-h100-remote.c
|
|
#endif
|
|
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
|
|
drivers/uda1380.c
|
|
#endif
|
|
#if CONFIG_HWCODEC == MASNONE
|
|
pcm_playback.c
|
|
#endif
|
|
sound.c
|