summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES28
1 files changed, 27 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 15f42a4011..f062a015bd 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -101,6 +101,29 @@ target/hosted/samsungypr/radio-ypr.c
101#endif 101#endif
102#endif 102#endif
103 103
104#ifdef SAMSUNG_YPR1
105drivers/lcd-memframe.c
106target/hosted/kernel-unix.c
107target/hosted/filesystem-unix.c
108target/hosted/lc-unix.c
109target/hosted/samsungypr/ypr1/mcs5000-ypr1.c
110target/hosted/samsungypr/ypr1/button-ypr1.c
111target/hosted/samsungypr/lcd-ypr.c
112target/hosted/samsungypr/ypr1/system-ypr1.c
113thread.c
114#ifdef HAVE_BACKLIGHT
115target/hosted/samsungypr/ypr1/backlight-ypr1.c
116#endif
117target/hosted/samsungypr/ypr1/powermgmt-ypr1.c
118target/hosted/samsungypr/gpio_ypr.c
119target/hosted/samsungypr/ypr1/audio-ypr1.c
120target/hosted/samsungypr/ypr1/pmu-ypr1.c
121target/hosted/samsungypr/ypr1/wmcodec-ypr1.c
122#if CONFIG_TUNER
123target/hosted/samsungypr/radio-ypr.c
124#endif
125#endif
126
104/* Maemo specific files */ 127/* Maemo specific files */
105#if (CONFIG_PLATFORM & PLATFORM_MAEMO) 128#if (CONFIG_PLATFORM & PLATFORM_MAEMO)
106target/hosted/maemo/maemo-thread.c 129target/hosted/maemo/maemo-thread.c
@@ -318,7 +341,7 @@ drivers/rtc/rtc_imx233.c
318/* Tuner */ 341/* Tuner */
319#if CONFIG_TUNER 342#if CONFIG_TUNER
320tuner.c 343tuner.c
321#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0)) 344#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1))
322#if (CONFIG_TUNER & LV24020LP) 345#if (CONFIG_TUNER & LV24020LP)
323drivers/tuner/lv24020lp.c 346drivers/tuner/lv24020lp.c
324#endif /* (CONFIG_TUNER & LV24020LP) */ 347#endif /* (CONFIG_TUNER & LV24020LP) */
@@ -417,6 +440,9 @@ drivers/audio/pcm1792.c
417#if defined(SAMSUNG_YPR0) && defined(HAVE_AS3514) 440#if defined(SAMSUNG_YPR0) && defined(HAVE_AS3514)
418drivers/audio/as3514.c 441drivers/audio/as3514.c
419target/hosted/pcm-alsa.c 442target/hosted/pcm-alsa.c
443#elif defined(SAMSUNG_YPR1) && defined(HAVE_WM8978)
444drivers/audio/wm8978.c
445target/hosted/pcm-alsa.c
420#elif defined(HAVE_SDL_AUDIO) 446#elif defined(HAVE_SDL_AUDIO)
421drivers/audio/sdl.c 447drivers/audio/sdl.c
422#if CONFIG_CODEC == SWCODEC 448#if CONFIG_CODEC == SWCODEC