summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorLaurent Gautier <creposucre@rockbox.org>2009-12-01 17:54:40 +0000
committerLaurent Gautier <creposucre@rockbox.org>2009-12-01 17:54:40 +0000
commit0260852771aef7a6e9045684f0c3d0d7e01909f7 (patch)
tree6fa4b42230d1289857f84405defad94cc2de86b8 /firmware/SOURCES
parent63d79148fd07aebd2b425c0414b7b9622b312399 (diff)
downloadrockbox-0260852771aef7a6e9045684f0c3d0d7e01909f7.tar.gz
rockbox-0260852771aef7a6e9045684f0c3d0d7e01909f7.zip
Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23805 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 061c6323c8..1a078ada29 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -201,6 +201,7 @@ drivers/rtc/rtc_d2.c
201#endif /* (CONFIG_RTC == RTC_) */ 201#endif /* (CONFIG_RTC == RTC_) */
202#endif /* SIMULATOR */ 202#endif /* SIMULATOR */
203 203
204#ifndef BOOTLOADER
204/* Tuner */ 205/* Tuner */
205#if CONFIG_TUNER 206#if CONFIG_TUNER
206tuner.c 207tuner.c
@@ -221,8 +222,12 @@ drivers/tuner/tea5767.c
221#if (CONFIG_TUNER & SI4700) 222#if (CONFIG_TUNER & SI4700)
222drivers/tuner/si4700.c 223drivers/tuner/si4700.c
223#endif /* (CONFIG_TUNER & SI4700) */ 224#endif /* (CONFIG_TUNER & SI4700) */
225#if (CONFIG_TUNER & IPOD_REMOTE_TUNER)
226drivers/tuner/ipod_remote_tuner.c
227#endif /* (CONFIG_TUNER & IPOD_REMOTE_TUNER) */
224#endif /*SIMULATOR */ 228#endif /*SIMULATOR */
225#endif /* CONFIG_TUNER */ 229#endif /* CONFIG_TUNER */
230#endif /* BOOTLOADER */
226 231
227/* Sound */ 232/* Sound */
228#if CONFIG_CODEC != SWCODEC 233#if CONFIG_CODEC != SWCODEC