summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index eb49e3e581..54fde546dc 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -92,6 +92,10 @@ target/hosted/ypr0/backlight-ypr0.c
92target/hosted/ypr0/ascodec-ypr0.c 92target/hosted/ypr0/ascodec-ypr0.c
93target/hosted/ypr0/powermgmt-ypr0.c 93target/hosted/ypr0/powermgmt-ypr0.c
94target/hosted/ypr0/gpio_ypr0.c 94target/hosted/ypr0/gpio_ypr0.c
95target/hosted/ypr0/audio-ypr0.c
96#if CONFIG_TUNER
97target/hosted/ypr0/radio-ypr0.c
98#endif
95#endif 99#endif
96 100
97/* Maemo specific files */ 101/* Maemo specific files */
@@ -309,7 +313,7 @@ drivers/rtc/rtc_imx233.c
309/* Tuner */ 313/* Tuner */
310#if CONFIG_TUNER 314#if CONFIG_TUNER
311tuner.c 315tuner.c
312#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 316#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0))
313#if (CONFIG_TUNER & LV24020LP) 317#if (CONFIG_TUNER & LV24020LP)
314drivers/tuner/lv24020lp.c 318drivers/tuner/lv24020lp.c
315#endif /* (CONFIG_TUNER & LV24020LP) */ 319#endif /* (CONFIG_TUNER & LV24020LP) */