summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES35
1 files changed, 14 insertions, 21 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index f062a015bd..38e4bef0bb 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -74,54 +74,47 @@ target/hosted/sdl/app/button-application.c
74#endif 74#endif
75#endif 75#endif
76 76
77#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)
78target/hosted/kernel-unix.c
79target/hosted/filesystem-unix.c
80target/hosted/lc-unix.c
81thread.c
82drivers/lcd-memframe.c
83target/hosted/samsungypr/lcd-ypr.c
84target/hosted/samsungypr/gpio-ypr.c
85#if CONFIG_TUNER
86target/hosted/samsungypr/radio-ypr.c
87#endif
88#endif
89
77#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR) 90#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR)
78drivers/adc-as3514.c 91drivers/adc-as3514.c
79drivers/lcd-memframe.c
80#if (CONFIG_RTC == RTC_AS3514) 92#if (CONFIG_RTC == RTC_AS3514)
81drivers/rtc/rtc_as3514.c 93drivers/rtc/rtc_as3514.c
82#else 94#else
83target/hosted/rtc.c 95target/hosted/rtc.c
84#endif 96#endif
85target/hosted/kernel-unix.c
86target/hosted/filesystem-unix.c
87target/hosted/lc-unix.c
88target/hosted/samsungypr/ypr0/button-ypr0.c 97target/hosted/samsungypr/ypr0/button-ypr0.c
89target/hosted/samsungypr/lcd-ypr.c
90target/hosted/samsungypr/ypr0/system-ypr0.c 98target/hosted/samsungypr/ypr0/system-ypr0.c
91thread.c
92#ifdef HAVE_BACKLIGHT 99#ifdef HAVE_BACKLIGHT
93target/hosted/samsungypr/ypr0/backlight-ypr0.c 100target/hosted/samsungypr/ypr0/backlight-ypr0.c
94#endif 101#endif
95target/hosted/samsungypr/ypr0/ascodec-ypr0.c 102target/hosted/samsungypr/ypr0/ascodec-ypr0.c
96target/hosted/samsungypr/ypr0/powermgmt-ypr0.c 103target/hosted/samsungypr/ypr0/powermgmt-ypr0.c
97target/hosted/samsungypr/gpio_ypr.c
98target/hosted/samsungypr/ypr0/audio-ypr0.c 104target/hosted/samsungypr/ypr0/audio-ypr0.c
99#if CONFIG_TUNER
100target/hosted/samsungypr/radio-ypr.c
101#endif
102#endif 105#endif
103 106
104#ifdef SAMSUNG_YPR1 107#if defined(SAMSUNG_YPR1) && !defined(SIMULATOR)
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 108target/hosted/samsungypr/ypr1/mcs5000-ypr1.c
110target/hosted/samsungypr/ypr1/button-ypr1.c 109target/hosted/samsungypr/ypr1/button-ypr1.c
111target/hosted/samsungypr/lcd-ypr.c
112target/hosted/samsungypr/ypr1/system-ypr1.c 110target/hosted/samsungypr/ypr1/system-ypr1.c
113thread.c
114#ifdef HAVE_BACKLIGHT 111#ifdef HAVE_BACKLIGHT
115target/hosted/samsungypr/ypr1/backlight-ypr1.c 112target/hosted/samsungypr/ypr1/backlight-ypr1.c
116#endif 113#endif
117target/hosted/samsungypr/ypr1/powermgmt-ypr1.c 114target/hosted/samsungypr/ypr1/powermgmt-ypr1.c
118target/hosted/samsungypr/gpio_ypr.c
119target/hosted/samsungypr/ypr1/audio-ypr1.c 115target/hosted/samsungypr/ypr1/audio-ypr1.c
120target/hosted/samsungypr/ypr1/pmu-ypr1.c 116target/hosted/samsungypr/ypr1/pmu-ypr1.c
121target/hosted/samsungypr/ypr1/wmcodec-ypr1.c 117target/hosted/samsungypr/ypr1/wmcodec-ypr1.c
122#if CONFIG_TUNER
123target/hosted/samsungypr/radio-ypr.c
124#endif
125#endif 118#endif
126 119
127/* Maemo specific files */ 120/* Maemo specific files */