summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
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