Re-add -DDEBUG to the warble makefile
[maemo-rb.git] / firmware / SOURCES
blob32fbfbb49b4b840a458889b64ee89b159dbc84be
1 #undef unix /* causes problems with some files */
2 #undef linux
4 ata_idle_notify.c
5 events.c
6 backlight.c
7 buflib.c
8 core_alloc.c
9 general.c
10 load_code.c
11 powermgmt.c
12 #if (CONFIG_PLATFORM & PLATFORM_HOSTED)
14 #ifdef __linux__
15 target/hosted/cpuinfo-linux.c
16 #endif
18 #ifndef SAMSUNG_YPR0 /* uses as3514 rtc */
19 target/hosted/rtc.c
20 #endif
22 #if (CONFIG_PLATFORM & PLATFORM_ANDROID) == 0 && \
23     (defined(DEBUG) || defined(SIMULATOR)) /* sim should define DEBUG instead */
24 target/hosted/debug-hosted.c
25 #endif
27 #endif
28 system.c
29 usb.c
30 #ifdef ROCKBOX_HAS_LOGF
31 logf.c
32 #endif /* ROCKBOX_HAS_LOGF */
33 kernel.c
34 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
35 #ifdef RB_PROFILE
36 profile.c
37 #endif /* RB_PROFILE */
38 #if !defined(BOOTLOADER) || defined(CPU_SH)
39 rolo.c
40 #endif /* !defined(BOOTLOADER) || defined(CPU_SH) */
41 thread.c
42 timer.c
43 debug.c
44 #endif /* PLATFORM_NATIVE */
45 panic.c
47 #ifdef HAVE_SDL
48 target/hosted/sdl/button-sdl.c
49 target/hosted/sdl/kernel-sdl.c
50 #ifdef HAVE_LCD_BITMAP
51 target/hosted/sdl/lcd-bitmap.c
52 #elif defined(HAVE_LCD_CHARCELLS)
53 target/hosted/sdl/lcd-charcells.c
54 #endif
55 #ifdef HAVE_REMOTE_LCD
56 target/hosted/sdl/lcd-remote-bitmap.c
57 #endif
58 target/hosted/sdl/lcd-sdl.c
59 target/hosted/sdl/system-sdl.c
60 #ifdef HAVE_SDL_THREADS
61 target/hosted/sdl/thread-sdl.c
62 #else
63 thread.c
64 #endif
65 target/hosted/sdl/timer-sdl.c
66 #ifdef HAVE_TOUCHSCREEN
67 target/hosted/sdl/key_to_touch-sdl.c
68 #endif
69 #ifdef APPLICATION
70 target/hosted/sdl/app/button-application.c
71 #endif
72 #endif
74 #ifdef SAMSUNG_YPR0
75 drivers/adc-as3514.c
76 drivers/lcd-memframe.c
77 #if (CONFIG_RTC == RTC_AS3514)
78 drivers/rtc/rtc_as3514.c
79 #else
80 target/hosted/rtc.c
81 #endif
82 target/hosted/kernel-unix.c
83 target/hosted/filesystem-unix.c
84 target/hosted/lc-unix.c
85 target/hosted/ypr0/button-ypr0.c
86 target/hosted/ypr0/lcd-ypr0.c
87 target/hosted/ypr0/system-ypr0.c
88 thread.c
89 #ifdef HAVE_BACKLIGHT
90 target/hosted/ypr0/backlight-ypr0.c
91 #endif
92 target/hosted/ypr0/ascodec-ypr0.c
93 target/hosted/ypr0/powermgmt-ypr0.c
94 target/hosted/ypr0/gpio_ypr0.c
95 #endif
97 /* Maemo specific files */
98 #if (CONFIG_PLATFORM & PLATFORM_MAEMO)
99 target/hosted/maemo/maemo-thread.c
100 #endif
102 /* Standard library */
103 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(__MINGW32__) || defined(__CYGWIN__)
104 libc/errno.c
105 libc/strtok.c
106 /* alsa on linux requires a more advanced sprintf, i.e. not ours */
107 libc/sprintf.c
108 #endif /* PLATFORM_NATIVE || __MINGW32__ || __CYGWIN__ */
109 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(HAVE_ROCKBOX_C_LIBRARY)
110 libc/atoi.c
112 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
113 /* our ctype.[ch] comes from newlib and is incompitble with most desktop's ctype */
114 libc/ctype.c
115 #endif
117 libc/memchr.c
118 libc/memcmp.c
120 libc/qsort.c
121 libc/random.c
122 libc/strcat.c
123 libc/strchr.c
124 libc/strcmp.c
125 libc/strcpy.c
127 libc/strncmp.c
128 libc/strrchr.c
129 libc/strstr.c
130 libc/mktime.c
131 #endif /* CONFIG_PLATFORM || HAVE_ROCKBOX_C_LIBRARY */
133 /* Common */
134 common/version.c
135 common/config.c
136 common/crc32.c
137 #ifdef MI4_FORMAT
138 common/crc32-mi4.c
139 #endif
140 #ifdef RKW_FORMAT
141 common/crc32-rkw.c
142 #endif
143 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
144 common/dir_uncached.c
145 common/file.c
146 common/disk.c
147 #endif /* PLATFORM_NATIVE */
148 #ifdef HAVE_DIRCACHE
149 common/dircache.c
150 #endif /* HAVE_DIRCACHE */
151 common/filefuncs.c
152 common/format.c
153 #ifdef APPLICATION
154 common/rbpaths.c
155 #endif
156 common/strcasecmp.c
157 common/strcasestr.c
158 common/strnatcmp.c
159 common/strlcat.c
160 common/strlcpy.c
161 common/structec.c
162 common/timefuncs.c
163 common/unicode.c
165 /* Display */
166 scroll_engine.c
168 #ifdef HAVE_LCD_CHARCELLS
169 drivers/lcd-charcell.c
170 drivers/lcd-charset-player.c
171 #endif /* HAVE_LCD_CHARCELLS */
173 #ifdef HAVE_LCD_BITMAP
174 arabjoin.c
175 bidi.c
176 font_cache.c
177 font.c
178 hangul.c
179 lru.c
180 #ifndef BOOTLOADER
181 screendump.c
182 #endif
183 #if LCD_DEPTH == 1
184 drivers/lcd-1bit-vert.c
185 #elif LCD_DEPTH == 2
186 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
187 drivers/lcd-2bit-horz.c
188 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
189 drivers/lcd-2bit-vert.c
190 #elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
191 drivers/lcd-2bit-vi.c
192 #endif /* LCD_PIXELFORMAT */
193 #elif LCD_DEPTH == 16
194 #if   defined(LCD_STRIDEFORMAT) && LCD_STRIDEFORMAT == VERTICAL_STRIDE
195 drivers/lcd-16bit-vert.c
196 #else
197 drivers/lcd-16bit.c
198 #endif
199 #endif /* LCD_DEPTH */
200 common/diacritic.c
201 #endif /* HAVE_LCD_BITMAP */
203 #ifdef HAVE_REMOTE_LCD
204 #if LCD_REMOTE_DEPTH == 1
205 drivers/lcd-remote-1bit-v.c
206 #elif LCD_REMOTE_DEPTH == 2
207 drivers/lcd-remote-2bit-vi.c
208 #endif /* LCD_REMOTE_DEPTH */
209 #endif /* HAVE_REMOTE_LCD */
211 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
212     || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG)
213 backlight-sw-fading.c
214 #endif /* CONFIG_BACKLIGHT_FADING */
216 /* Misc. */
217 drivers/led.c
218 drivers/button.c
219 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
220 #ifdef HAVE_DAC3550A
221 drivers/audio/dac3550a.c
222 #endif
223 #ifdef HAVE_SERIAL
224 drivers/serial.c
225 #endif
226 #endif /* PLATFORM_NATIVE */
227 #ifdef HAVE_TOUCHSCREEN
228 drivers/touchscreen.c
229 #endif
232 /* Storage */
233 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
234 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
235 drivers/ata_flash.c
236 #endif
237 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
238 target/arm/ata-nand-telechips.c
239 #endif
240 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
241 target/arm/s5l8700/ata-nand-s5l8700.c
242 #endif
243 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_RK27XX)
244 target/arm/rk27xx/ata-nand-rk27xx.c
245 #endif
246 #if (CONFIG_STORAGE & STORAGE_ATA) && !defined(IPOD_6G)
247 drivers/ata.c
248 #endif
249 #if (CONFIG_STORAGE & STORAGE_SD)
250 drivers/sd.c
251 #endif
252 #if (CONFIG_STORAGE & STORAGE_RAMDISK)
253 drivers/ramdisk.c
254 #endif
255 storage.c
256 drivers/fat.c
257 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
258 sdmmc.c
259 #endif
260 #endif /* PLATFORM_NATIVE */
262 /* EEPROM */
263 #ifdef HAVE_EEPROM
264 drivers/eeprom_24cxx.c
265 #ifdef HAVE_EEPROM_SETTINGS
266 eeprom_settings.c
267 #endif /* HAVE_EEPROM_SETTINGS */
268 #endif /* HAVE_EEPROM */
270 /* RTC */
271 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
272 #if (CONFIG_RTC == RTC_M41ST84W)
273 drivers/rtc/rtc_m41st84w.c
274 #elif (CONFIG_RTC == RTC_PCF50606)
275 drivers/rtc/rtc_pcf50606.c
276 #elif (CONFIG_RTC == RTC_PCF50605)
277 drivers/rtc/rtc_pcf50605.c
278 #elif (CONFIG_RTC == RTC_E8564)
279 drivers/rtc/rtc_e8564.c
280 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
281 drivers/rtc/rtc_ds1339_ds3231.c
282 #elif (CONFIG_RTC == RTC_S3C2440)
283 drivers/rtc/rtc_s3c2440.c
284 #elif (CONFIG_RTC == RTC_AS3514)
285 drivers/rtc/rtc_as3514.c
286 #elif (CONFIG_RTC == RTC_RX5X348AB)
287 drivers/rtc/rtc_rx5x348ab.c
288 #elif (CONFIG_RTC == RTC_MR100)
289 drivers/rtc/rtc_mr100.c
290 #elif (CONFIG_RTC == RTC_MC13783)
291 drivers/rtc/rtc_mc13783.c
292 #elif (CONFIG_RTC == RTC_TCC77X)
293 drivers/rtc/rtc_tcc77x.c
294 #elif (CONFIG_RTC == RTC_JZ47XX)
295 drivers/rtc/rtc_jz4740.c
296 #elif (CONFIG_RTC == RTC_S35390A)
297 drivers/rtc/rtc_s35390a.c
298 #elif (CONFIG_RTC == RTC_S35380A)
299 drivers/rtc/rtc_s35380a.c
300 #elif (CONFIG_RTC == RTC_D2)
301 drivers/rtc/rtc_d2.c
302 #elif (CONFIG_RTC == RTC_IMX233)
303 drivers/rtc/rtc_imx233.c
304 #endif /* (CONFIG_RTC == RTC_) */
305 #endif /* PLATFORM_NATIVE */
307 #ifndef BOOTLOADER
308 /* Tuner */
309 #if CONFIG_TUNER
310 tuner.c
311 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
312 #if (CONFIG_TUNER & LV24020LP)
313 drivers/tuner/lv24020lp.c
314 #endif /* (CONFIG_TUNER & LV24020LP) */
315 #if (CONFIG_TUNER & S1A0903X01)
316 drivers/fmradio.c
317 drivers/tuner/s1a0903x01.c
318 #endif /* (CONFIG_TUNER & S1A0903X01) */
319 #if (CONFIG_TUNER & TEA5760)
320 drivers/tuner/tea5760uk.c
321 #endif
322 #if (CONFIG_TUNER & TEA5767)
323 drivers/tuner/tea5767.c
324 #endif /* (CONFIG_TUNER & TEA5767) */
325 #if (CONFIG_TUNER & SI4700)
326 drivers/tuner/si4700.c
327 #endif /* (CONFIG_TUNER & SI4700) */
328 #if (CONFIG_TUNER & IPOD_REMOTE_TUNER)
329 drivers/tuner/ipod_remote_tuner.c
330 #endif /* (CONFIG_TUNER & IPOD_REMOTE_TUNER) */
331 #if (CONFIG_TUNER & RDA5802)
332 drivers/tuner/rda5802.c
333 #endif /* (CONFIG_TUNER & RDA5802) */
334 #if defined(HAVE_RDS_CAP)
335 drivers/rds.c
336 #endif /* HAVE_RDS_CAP */
337 #endif /* PLATFORM_NATIVE */
338 #endif /* CONFIG_TUNER */
339 #endif /* BOOTLOADER */
341 /* Sound */
342 sound.c
344 #if CONFIG_CODEC == SWCODEC
346 #ifndef BOOTLOADER
347 pcm_sampr.c
348 pcm.c
349 pcm_mixer.c
350 #ifdef HAVE_RECORDING
351 enc_base.c
352 #endif /* HAVE_RECORDING */
353 #endif /* BOOTLOADER */
354 #endif /* SWCODEC */
356 /* Audio codec */
357 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER)
358 #if defined(HAVE_UDA1380)
359 drivers/audio/uda1380.c
360 #elif defined(HAVE_WM8751) \
361    || defined(HAVE_WM8750)
362 drivers/audio/wm8751.c
363 #elif defined(HAVE_WM8978)
364 drivers/audio/wm8978.c
365 #elif defined(HAVE_WM8975)
366 drivers/audio/wm8975.c
367 #elif defined(HAVE_WM8985)
368 drivers/audio/wm8985.c
369 #elif defined(HAVE_WM8758)
370 drivers/audio/wm8758.c
371 #elif defined(HAVE_WM8711) \
372    || defined(HAVE_WM8721) \
373    || defined(HAVE_WM8731)
374 drivers/audio/wm8731.c
375 #elif defined(HAVE_AS3514)
376 drivers/audio/as3514.c
377 #elif defined(HAVE_TLV320)
378 drivers/audio/tlv320.c
379 #elif defined(HAVE_MAS35XX)
380 drivers/audio/mas35xx.c
381 #elif defined(HAVE_AK4537)
382 drivers/audio/ak4537.c
383 #elif defined(HAVE_UDA1341)
384 drivers/audio/uda1341.c
385 #elif defined(HAVE_CS42L55)
386 drivers/audio/cs42l55.c
387 #elif defined (HAVE_RK27XX_CODEC)
388 drivers/audio/rk27xx_codec.c
389 #elif defined(HAVE_AIC3X)
390 drivers/audio/aic3x.c
391 #elif defined (HAVE_DUMMY_CODEC)
392 drivers/audio/dummy_codec.c
393 #endif /* defined(HAVE_*) */
394 #else /* PLATFORM_HOSTED */
395 #if defined(SAMSUNG_YPR0) && defined(HAVE_AS3514)
396 drivers/audio/as3514.c
397 target/hosted/pcm-alsa.c
398 #elif defined(HAVE_SDL_AUDIO)
399 drivers/audio/sdl.c
400 #if CONFIG_CODEC == SWCODEC
401 #if (CONFIG_PLATFORM & PLATFORM_MAEMO5)
402 target/hosted/maemo/pcm-gstreamer.c
403 #else
404 target/hosted/sdl/pcm-sdl.c
405 #endif /* (CONFIG_PLATFORM & PLATFORM_MAEMO) */
406 #endif /* CONFIG_CODEC == SWCODEC */
407 #endif
408 #endif /* (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER) */
410 /* CPU Specific - By class then particular chip if applicable */
411 #if defined(CPU_SH)
413 target/sh/adc-sh.c
414 target/sh/bitswap.S
415 target/sh/crt0.S
416 target/sh/kernel-sh.c
417 target/sh/system-sh.c
418 target/sh/archos/descramble.S
419 target/sh/archos/i2c-archos.c
420 target/sh/debug-sh.c
422 #elif defined(CPU_COLDFIRE)
424 target/coldfire/crt0.S
425 target/coldfire/kernel-coldfire.c
426 target/coldfire/system-coldfire.c
427 target/coldfire/timer-coldfire.c
428 #ifndef BOOTLOADER
429 target/coldfire/pcm-coldfire.c
430 target/coldfire/debug-coldfire.c
431 #endif /* BOOTLOADER */
432 #if CONFIG_I2C == I2C_COLDFIRE
433 target/coldfire/i2c-coldfire.c
434 #endif /* CONFIG_I2C == I2C_COLDFIRE */
435 #if CONFIG_STORAGE & STORAGE_ATA
436 target/coldfire/ata-as-coldfire.S
437 #endif
439 #elif defined(CPU_PP) || (defined(CPU_ARM) && (CONFIG_PLATFORM & PLATFORM_NATIVE))
440 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
442 # if ARM_ARCH < 6
443 target/arm/bits-armv4.S
444 #  if CONFIG_CPU == IMX233 || CONFIG_CPU == DM320 \
445    || CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2 \
446    || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801 \
447    || defined(CPU_S5L870X)
448 target/arm/mmu-arm.S
449 #  endif
450 # endif
451 target/arm/system-arm.c
453 #if CONFIG_STORAGE & STORAGE_ATA
454 # ifdef CPU_PP502x
455 target/arm/pp/ata-pp5020.c
456 # endif
457 # if CONFIG_CPU == DM320 || defined(CPU_PP502x)
458 target/arm/ata-as-arm.S
459 # endif
460 #endif
462 #if defined(CPU_PP) && defined(IPOD_ARCH)
463 target/arm/ipod/power-ipod.c
464 # if LCD_DEPTH == 2
465 target/arm/ipod/lcd-as-gray.S
466 # endif
467 # ifndef IPOD_1G2G
468 #  ifndef IPOD_3G
469 target/arm/ipod/piezo.c
470 #  endif /* IPOD_3G */
471 drivers/pcf50605.c
472 target/arm/ipod/powermgmt-ipod-pcf.c
473 # endif /* IPOD_1G2G */
474 #endif /* CPU_PP && IPOD_ARCH */
476 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
477 target/arm/pp/i2c-pp.c
478 #elif CONFIG_I2C == I2C_PNX0101
479 target/arm/pnx0101/i2c-pnx0101.c
480 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
481 target/arm/i2c-telechips.c
482 #elif CONFIG_I2C == I2C_S3C2440
483 /* no i2c driver yet */
484 #elif CONFIG_I2C == I2C_S5L8700
485 target/arm/s5l8700/i2c-s5l8700.c
486 #elif CONFIG_I2C == I2C_S5L8702
487 target/arm/s5l8702/i2c-s5l8702.c
488 #elif CONFIG_I2C == I2C_RK27XX
489 target/arm/rk27xx/i2c-rk27xx.c
490 #elif CONFIG_I2C == I2C_IMX233
491 target/arm/imx233/i2c-imx233.c
492 #endif
494 #if CONFIG_CPU == PNX0101
495 target/arm/pnx0101/kernel-pnx0101.c
496 target/arm/pnx0101/system-pnx0101.c
497 target/arm/pnx0101/timer-pnx0101.c
498 #endif
500 #if CONFIG_CPU == IMX233
501 target/arm/imx233/lcdif-imx233.c
502 target/arm/imx233/clkctrl-imx233.c
503 target/arm/imx233/system-imx233.c
504 target/arm/imx233/timrot-imx233.c
505 target/arm/imx233/kernel-imx233.c
506 target/arm/imx233/sd-imx233.c
507 target/arm/imx233/mmc-imx233.c
508 target/arm/imx233/ssp-imx233.c
509 target/arm/imx233/dma-imx233.c
510 target/arm/imx233/pinctrl-imx233.c
511 target/arm/imx233/power-imx233.c
512 target/arm/imx233/powermgmt-imx233.c
513 target/arm/imx233/adc-imx233.c
514 target/arm/imx233/lradc-imx233.c
515 target/arm/imx233/rtc-imx233.c
516 target/arm/imx233/dcp-imx233.c
517 #ifndef BOOTLOADER
518 target/arm/imx233/debug-imx233.c
519 #endif
520 #if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
521 target/arm/imx233/usb-imx233.c
522 #endif
523 #ifndef BOOTLOADER
524 #ifdef HAVE_IMX233_CODEC
525 target/arm/imx233/audioout-imx233.c
526 target/arm/imx233/audioin-imx233.c
527 target/arm/imx233/pcm-imx233.c
528 drivers/audio/imx233-codec.c
529 #endif
530 target/arm/imx233/timer-imx233.c
531 #endif
532 #endif /* IMX233 */
534 #if CONFIG_CPU == AS3525 || CONFIG_CPU == AS3525v2
535 target/arm/as3525/system-as3525.c
536 target/arm/as3525/memory-init.S
537 target/arm/as3525/kernel-as3525.c
538 target/arm/as3525/timer-as3525.c
539 #if CONFIG_CPU == AS3525
540 target/arm/as3525/sd-as3525.c
541 #ifdef HAVE_SCROLLWHEEL
542 target/arm/as3525/scrollwheel-as3525.c
543 #endif /* HAVE_SCROLLWHEEL */
544 #else /* AS3535v2 */
545 target/arm/as3525/tuner-as3525v2.c
546 target/arm/as3525/sd-as3525v2.c
547 #endif
548 target/arm/as3525/power-as3525.c
549 target/arm/as3525/usb-as3525.c
550 target/arm/as3525/dma-pl081.c
551 target/arm/as3525/ascodec-as3525.c
552 #ifndef BOOTLOADER
553 drivers/generic_i2c.c
554 target/arm/as3525/audio-as3525.c
555 target/arm/as3525/debug-as3525.c
556 #if CONFIG_TUNER
557 target/arm/as3525/fmradio-i2c-as3525.c
558 #endif /* CONFIG_TUNER */
559 target/arm/as3525/i2s-as3525.c
560 target/arm/as3525/pcm-as3525.c
561 #endif /* BOOTLOADER */
562 #endif /* CONFIG_CPU == AS3525 */
564 #if defined(CPU_PP)
565 target/arm/pp/i2s-pp.c
566 target/arm/pp/kernel-pp.c
567 target/arm/pp/timer-pp.c
568 # if CONFIG_STORAGE & STORAGE_SD
569 target/arm/pp/ata-sd-pp.c
570 # endif
571 # if !defined(HAVE_AS3514) && !defined(HAVE_AK4537)
572 target/arm/pp/wmcodec-pp.c
573 # endif
574 #if CONFIG_CPU == PP5002
575 target/arm/pp/system-pp5002.c
576 target/arm/pp/usb-fw-pp5002.c
577 target/arm/pp/ata-pp5002.c
578 #elif defined CPU_PP502x
579 target/arm/pp/usb-fw-pp502x.c
580 target/arm/pp/system-pp502x.c
581 #endif
582 #ifdef BOOTLOADER
583 #ifdef HAVE_BOOTLOADER_USB_MODE
584 target/arm/pp/crt0-pp502x-bl-usb.S
585 #else
586 target/arm/pp/crt0-pp-bl.S
587 #endif /* HAVE_BOOTLOADER_USB_MODE */
588 #else /* !BOOTLOADER */
589 target/arm/pp/pcm-pp.c
590 target/arm/pp/debug-pp.c
591 #if !defined(SANSA_E200) && !defined(SANSA_C200)
592 target/arm/pp/audio-pp.c
593 #endif /* SANSA_E200 */
594 target/arm/pp/crt0-pp.S
595 #endif
596 #elif CONFIG_CPU == PNX0101
597 target/arm/pnx0101/crt0-pnx0101.S
598 #elif CONFIG_CPU==DM320
599 target/arm/tms320dm320/crt0.S
600 #elif CONFIG_CPU==S3C2440
601 target/arm/s3c2440/crt0.S
602 #elif defined(CPU_TCC77X)
603 target/arm/tcc77x/crt0.S
604 #elif defined(CPU_TCC780X)
605 target/arm/tcc780x/crt0.S
606 #elif CONFIG_CPU==IMX31L
607 target/arm/imx31/crt0.S
608 #elif CONFIG_CPU==S5L8700 || CONFIG_CPU==S5L8701
609 target/arm/s5l8700/crt0.S
610 #elif CONFIG_CPU==S5L8702
611 target/arm/s5l8702/crt0.S
612 #elif CONFIG_CPU==IMX233
613 target/arm/imx233/crt0.S
614 #elif CONFIG_CPU==RK27XX
615 target/arm/rk27xx/crt0.S
616 #elif defined(CPU_ARM)
617 target/arm/crt0.S
618 #endif /* defined(CPU_*) */
620 #elif defined(CPU_MIPS)
621 target/mips/mmu-mips.c
622 #if CONFIG_CPU==JZ4732
623 target/mips/ingenic_jz47xx/crt0.S
624 #endif /* CONFIG_CPU == JZ4732 */
626 #else
628 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
629 crt0.S
630 drivers/i2c.c
631 #endif /* PLATFORM_NATIVE */
633 #endif /* defined(CPU_*) */
635 #if !defined(SIMULATOR)
637 /* target code */
639 /* LCD driver */
640 #if   CONFIG_LCD == LCD_SSD1303
641 target/arm/as3525/lcd-ssd1303.c
642 #elif CONFIG_LCD == LCD_SSD1801
643 target/sh/archos/player/lcd-as-player.S
644 target/sh/archos/player/lcd-player.c
645 #elif CONFIG_LCD == LCD_SSD1815
646 # if CONFIG_CPU == SH7034
647 target/sh/archos/lcd-archos-bitmap.c
648 target/sh/archos/lcd-as-archos-bitmap.S
649 # else
650 target/arm/lcd-ssd1815.c
651 # endif
652 #elif CONFIG_LCD == LCD_HX8340B
653 target/arm/rk27xx/lcd-hifiman.c
654 #elif CONFIG_LCD == LCD_C200
655 target/arm/lcd-c200_c200v2.c
656 #elif CONFIG_LCD == LCD_FUZE
657 target/arm/as3525/lcd-fuze.c
658 #elif CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO
659 target/arm/ipod/lcd-color_nano.c
660 #elif CONFIG_LCD == LCD_IPODMINI || CONFIG_LCD == LCD_IPOD2BPP
661 target/arm/ipod/lcd-gray.c
662 #elif CONFIG_LCD == LCD_GIGABEATS
663 target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c
664 #elif CONFIG_LCD == LCD_GIGABEAT
665 target/arm/s3c2440/lcd-s3c2440.c
666 #endif
668 /* USB Stack */
669 #ifdef HAVE_USBSTACK
670 usbstack/usb_core.c
671 #ifdef USB_ENABLE_STORAGE
672 usbstack/usb_storage.c
673 #endif
674 #ifdef USB_ENABLE_SERIAL
675 usbstack/usb_serial.c
676 #endif
677 #ifdef USB_ENABLE_CHARGING_ONLY
678 usbstack/usb_charging_only.c
679 #endif
680 #ifdef USB_ENABLE_HID
681 usbstack/usb_hid.c
682 #endif
683 #if CONFIG_USBOTG == USBOTG_M66591
684 drivers/m66591.c
685 #elif CONFIG_USBOTG == USBOTG_ARC
686 target/arm/usb-drv-arc.c
687 #elif CONFIG_USBOTG == USBOTG_AS3525
688 target/arm/as3525/usb-drv-as3525.c
689 #elif CONFIG_USBOTG == USBOTG_S3C6400X
690 target/arm/usb-s3c6400x.c
691 #elif CONFIG_USBOTG == USBOTG_ISP1583
692 drivers/isp1583.c
693 #elif CONFIG_USBOTG == USBOTG_RK27XX
694 target/arm/rk27xx/usb-drv-rk27xx.c
695 #endif
696 #else /* !defined(HAVE_USBSTACK) */
697 #if CONFIG_USBOTG == USBOTG_ISP1362      
698 drivers/isp1362.c
699 #elif CONFIG_USBOTG == USBOTG_M5636      
700 drivers/m5636.c
701 #endif
702 #endif /* !defined(HAVE_USBSTACK) */
704 /* Other Random Hardware */
705 #ifdef HAVE_TSC2100
706 drivers/tsc2100.c
707 drivers/audio/tsc2100.c
708 #endif
710 #ifdef HAVE_AS3514
711 # ifdef CPU_PP
712 target/arm/pp/ascodec-pp.c
713 # endif
714 # if !defined(BOOTLOADER) || defined(CPU_PP)
715 drivers/adc-as3514.c
716 #  if !defined(SANSA_M200V4) && !defined(SAMSUNG_YPR0)
717 target/arm/powermgmt-ascodec.c
718 #  endif
719 # endif
720 #endif
722 #if CONFIG_I2C == I2C_PP5020
723 # ifdef IPOD_ARCH
724 target/arm/ipod/adc-ipod-pcf.c
725 # else
726 target/arm/pp/adc-pp5020.c
727 # endif /* IPOD_ARCH */
729 #elif CONFIG_I2C == I2C_PP5002
730 # ifdef IPOD_1G2G
731 target/arm/ipod/1g2g/adc-ipod-1g2g.c
732 # else
733 target/arm/ipod/adc-ipod-pcf.c
734 # endif /* IPOD_1G2G */
736 #elif CONFIG_I2C == I2C_S3C2440
737 target/arm/s3c2440/adc-s3c2440.c
739 #elif CONFIG_I2C == I2C_S5L8700
740 # ifdef IPOD_NANO2G
741 target/arm/s5l8700/ipodnano2g/adc-nano2g.c
742 # else
743 target/arm/s5l8700/adc-s5l8700.c
744 # endif
746 #elif CONFIG_I2C == I2C_TCC77X
747 target/arm/tcc77x/adc-tcc77x.c
749 #endif /* CONFIG_I2C */
751 #ifdef CPU_SH
752 target/sh/archos/mascodec-archos.c
753 target/sh/archos/audio-archos.c
754 target/sh/archos/timer-archos.c
755 # if CONFIG_STORAGE & STORAGE_ATA
756 target/sh/archos/ata-archos.c
757 target/sh/archos/ata-as-archos.S
758 # endif
759 # ifdef HAVE_SERIAL
760 target/sh/archos/uart-archos.c
761 # endif
762 #endif
764 #ifdef CPU_TCC77X
765 target/arm/usb-tcc.c
766 target/arm/tcc77x/kernel-tcc77x.c
767 target/arm/tcc77x/system-tcc77x.c
768 target/arm/tcc77x/timer-tcc77x.c
769 # ifndef IAUDIO7
770 target/arm/tcc77x/powermgmt-tcc77x.c
771 # endif /* !IAUDIO7 */
772 # ifndef BOOTLOADER
773 #  ifndef SANSA_C100
774 target/arm/wmcodec-telechips.c
775 #  endif /* !C100 */
776 target/arm/pcm-telechips.c
777 target/arm/tcc77x/debug-tcc77x.c
778 # endif /* !BOOTLOADER */
779 #endif /* CPU_TCC77X */
781 #if CONFIG_CPU == S5L8700 || CONFIG_CPU == S5L8701
782 target/arm/s5l8700/kernel-s5l8700.c
783 target/arm/s5l8700/system-s5l8700.c
784 target/arm/s5l8700/dma-s5l8700.c
785 # ifndef BOOTLOADER
786 target/arm/s5l8700/wmcodec-s5l8700.c
787 target/arm/s5l8700/timer-s5l8700.c
788 target/arm/s5l8700/pcm-s5l8700.c
789 target/arm/s5l8700/debug-s5l8700.c
790 # endif
791 #endif /* S5L8700 || S5L8701 */
793 #if CONFIG_CPU == S3C2440
794 target/arm/s3c2440/debug-s3c2440.c
795 target/arm/s3c2440/kernel-s3c2440.c
796 target/arm/s3c2440/system-s3c2440.c
797 # ifndef BOOTLOADER
798 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
799 target/arm/s3c2440/i2c-s3c2440.c
800 # endif
801 #endif /* CONFIG_CPU == S3C2440 */
803 #ifdef ARCHOS_PLAYER
804 target/sh/archos/player/button-player.c
805 target/sh/archos/player/hwcompat-player.c
806 target/sh/archos/player/power-player.c
807 target/sh/archos/player/powermgmt-player.c
808 target/sh/archos/player/usb-player.c
809 #endif /* ARCHOS_PLAYER */
811 #ifdef ARCHOS_RECORDER
812 target/sh/archos/recorder/button-recorder.c
813 target/sh/archos/recorder/power-recorder.c
814 target/sh/archos/recorder/powermgmt-recorder.c
815 target/sh/archos/recorder/usb-recorder.c
816 #endif /* ARCHOS_RECORDER */
818 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
819 target/sh/archos/fm_v2/button-fm_v2.c
820 target/sh/archos/fm_v2/power-fm_v2.c
821 target/sh/archos/fm_v2/powermgmt-fm_v2.c
822 target/sh/archos/fm_v2/usb-fm_v2.c
823 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
825 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
826 target/sh/archos/ondio/button-ondio.c
827 target/sh/archos/ondio/power-ondio.c
828 target/sh/archos/ondio/powermgmt-ondio.c
829 target/sh/archos/ondio/usb-ondio.c
830 target/sh/archos/ondio/ata_mmc.c
831 #if (CONFIG_TUNER & TEA5767)
832 target/sh/archos/ondio/fmradio_i2c-ondio.c
833 #endif
834 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
836 #if defined(SANSA_E200) || defined(SANSA_C200)
837 target/arm/sandisk/backlight-c200_e200.c
838 target/arm/sandisk/power-c200_e200.c
839 #ifndef BOOTLOADER
840 target/arm/sandisk/audio-c200_e200.c
841 #endif /* BOOTLOADER */
842 #endif /* SANSA_E200 || SANSA_C200 */
844 #ifdef SANSA_E200
845 drivers/lcd-memframe.c
846 target/arm/sandisk/sansa-e200/lcd-e200.c
847 target/arm/sandisk/sansa-e200/button-e200.c
848 target/arm/sandisk/sansa-e200/powermgmt-e200.c
849 #endif /* SANSA_E200 */
851 #ifdef SANSA_C200
852 target/arm/sandisk/sansa-c200/lcd-as-c200.S
853 target/arm/sandisk/sansa-c200/button-c200.c
854 target/arm/sandisk/sansa-c200/powermgmt-c200.c
855 #endif /* SANSA_C200 */
857 #ifdef SANSA_VIEW
858 target/arm/sandisk/sansa-view/backlight-view.c
859 target/arm/sandisk/sansa-view/adc-view.c
860 target/arm/sandisk/sansa-view/power-view.c
861 target/arm/sandisk/sansa-view/lcd-view.c
862 target/arm/sandisk/sansa-view/button-view.c
863 target/arm/sandisk/sansa-view/powermgmt-view.c
864 #ifndef BOOTLOADER
865 /* target/arm/sandisk/audio-view.c */
866 #endif /* BOOTLOADER */
867 #endif /* SANSA_VIEW */
869 #ifdef PHILIPS_SA9200
870 #ifndef BOOTLOADER
871 drivers/synaptics-mep.c
872 #endif /* BOOTLOADER */
873 target/arm/philips/sa9200/backlight-sa9200.c
874 target/arm/philips/sa9200/button-sa9200.c
875 target/arm/philips/sa9200/lcd-sa9200.c
876 target/arm/philips/sa9200/lcd-as-sa9200.S
877 target/arm/philips/sa9200/power-sa9200.c
878 target/arm/philips/sa9200/powermgmt-sa9200.c
879 #endif /* PHILIPS_SA9200 */
881 #if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
882 #ifndef BOOTLOADER
883 drivers/synaptics-mep.c
884 #endif /* BOOTLOADER */
885 target/arm/philips/power-hdd.c
886 target/arm/philips/fmradio_i2c-hdd.c
887 #endif /* PHILIPS_HDD1630 || PHILIPS_HDD6330 */
889 #ifdef PHILIPS_HDD1630
890 target/arm/philips/hdd1630/backlight-hdd1630.c
891 target/arm/philips/hdd1630/button-hdd1630.c
892 target/arm/philips/hdd1630/lcd-hdd1630.c
893 target/arm/philips/hdd1630/lcd-as-hdd1630.S
894 target/arm/philips/hdd1630/powermgmt-hdd1630.c
895 #endif /* PHILIPS_HDD1630 */
897 #ifdef PHILIPS_HDD6330
898 target/arm/philips/hdd6330/backlight-hdd6330.c
899 target/arm/philips/hdd6330/button-hdd6330.c
900 target/arm/philips/hdd6330/lcd-hdd6330.c
901 target/arm/philips/hdd6330/lcd-as-hdd6330.S
902 target/arm/philips/hdd6330/powermgmt-hdd6330.c
903 #endif /* PHILIPS_HDD6330 */
905 #if defined(IAUDIO_X5) || defined(IAUDIO_M5)
906 target/coldfire/pcf50606-coldfire.c
907 target/coldfire/iaudio/adc-iaudio.c
908 target/coldfire/iaudio/ata-iaudio.c
909 #ifdef HAVE_FMRADIO_IN
910 target/coldfire/iaudio/fmradio_i2c-iaudio.c
911 #endif
912 target/coldfire/iaudio/lcd-remote-as-iaudio.S
913 target/coldfire/iaudio/lcd-remote-iaudio.c
914 target/coldfire/iaudio/pcf50606-iaudio.c
915 target/coldfire/iaudio/power-x5m5.c
916 target/coldfire/iaudio/powermgmt-iaudio.c
917 target/coldfire/iaudio/system-iaudio.c
918 target/coldfire/iaudio/usb-iaudio.c
919 #ifndef BOOTLOADER
920 target/coldfire/iaudio/audio-iaudio.c
921 #endif
922 #endif /* IAUDIO_X5 || IAUDIO_M5 */
924 #ifdef IAUDIO_X5
925 target/coldfire/iaudio/x5/backlight-x5.c
926 target/coldfire/iaudio/x5/button-x5.c
927 target/coldfire/iaudio/x5/ds2411-x5.c
928 target/coldfire/iaudio/x5/lcd-as-x5.S
929 target/coldfire/iaudio/x5/lcd-x5.c
930 target/coldfire/iaudio/x5/m5636-x5.c
931 #endif /* IAUDIO_X5 */
933 #ifdef IAUDIO_M5
934 target/coldfire/iaudio/m5/backlight-m5.c
935 target/coldfire/iaudio/m5/button-m5.c
936 target/coldfire/iaudio/m5/lcd-as-m5.S
937 target/coldfire/iaudio/m5/lcd-m5.c
938 #endif /* IAUDIO_M5 */
940 #ifdef IAUDIO_M3
941 target/coldfire/iaudio/fmradio_i2c-iaudio.c
942 target/coldfire/iaudio/m3/adc-m3.c
943 target/coldfire/iaudio/m3/ata-m3.c
944 target/coldfire/iaudio/m3/backlight-m3.c
945 target/coldfire/iaudio/m3/button-m3.c
946 target/coldfire/iaudio/m3/lcd-m3.c
947 target/coldfire/iaudio/m3/lcd-as-m3.S
948 target/coldfire/iaudio/m3/power-m3.c
949 target/coldfire/iaudio/m3/powermgmt-m3.c
950 target/coldfire/iaudio/m3/system-m3.c
951 target/coldfire/iaudio/m3/usb-m3.c
952 #ifndef BOOTLOADER
953 target/coldfire/iaudio/audio-iaudio.c
954 #endif
955 #endif /* IAUDIO_M3 */
957 #ifdef IRIVER_IFP7XX_SERIES
958 #ifdef STUB
959 ifp_usb_serial.c
960 libc/sscanf.c
961 #endif /* STUB */
962 #endif /* IRIVER_IFP7XX_SERIES */
964 #if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
965 target/coldfire/iriver/ata-iriver.c
966 target/coldfire/iriver/lcd-remote-iriver.c
967 target/coldfire/iriver/lcd-remote-as-iriver.S
968 target/coldfire/iriver/system-iriver.c
969 target/coldfire/iriver/fmradio_i2c-iriver.c
970 #ifndef BOOTLOADER
971 target/coldfire/iriver/audio-iriver.c
972 target/coldfire/iriver/udacodec-iriver.c
973 #endif
974 #endif /* IRIVER_H300_SERIES || IRIVER_H100_SERIES */
976 #ifdef IRIVER_H300_SERIES
977 target/coldfire/pcf50606-coldfire.c
978 target/coldfire/iriver/h300/sw_i2c-h300.c
979 target/coldfire/iriver/h300/adc-h300.c
980 target/coldfire/iriver/h300/backlight-h300.c
981 target/coldfire/iriver/h300/button-h300.c
982 target/coldfire/iriver/h300/pcf50606-h300.c
983 target/coldfire/iriver/h300/lcd-as-h300.S
984 target/coldfire/iriver/h300/lcd-h300.c
985 target/coldfire/iriver/h300/power-h300.c
986 target/coldfire/iriver/h300/powermgmt-h300.c
987 target/coldfire/iriver/h300/usb-h300.c
988 #endif /* IRIVER_H300_SERIES */
990 #ifdef IRIVER_H100_SERIES
991 drivers/sw_i2c.c
992 target/coldfire/uart-coldfire.c
993 target/coldfire/iriver/h100/adc-h100.c
994 target/coldfire/iriver/h100/backlight-h100.c
995 target/coldfire/iriver/h100/button-h100.c
996 target/coldfire/iriver/h100/lcd-as-h100.S
997 target/coldfire/iriver/h100/lcd-h100.c
998 target/coldfire/iriver/h100/power-h100.c
999 target/coldfire/iriver/h100/powermgmt-h100.c
1000 #ifndef BOOTLOADER
1001 target/coldfire/iriver/h100/spdif-h100.c
1002 #endif
1003 target/coldfire/iriver/h100/usb-h100.c
1004 #endif /* IRIVER_H100_SERIES */
1006 #if defined(IRIVER_H10) || defined(IRIVER_H10_5GB)
1007 target/arm/iriver/h10/backlight-h10.c
1008 target/arm/iriver/h10/button-h10.c
1009 target/arm/iriver/h10/fmradio_i2c-h10.c
1010 target/arm/iriver/h10/power-h10.c
1011 target/arm/iriver/h10/powermgmt-h10.c
1012 #endif /* IRIVER_H10 || IRIVER_H10_5GB */
1014 #ifdef IRIVER_H10
1015 target/arm/iriver/h10/lcd-h10_20gb.c
1016 target/arm/iriver/h10/lcd-as-h10.S
1017 #endif /* IRIVER_H10 */
1019 #ifdef IRIVER_H10_5GB
1020 target/arm/iriver/h10/lcd-h10_5gb.c
1021 #endif /* IRIVER_H10_5GB */
1023 #ifdef GIGABEAT_F
1024 drivers/lcd-memframe.c
1025 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
1026 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
1027 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
1028 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
1029 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
1030 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
1031 #ifndef BOOTLOADER
1032 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
1033 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
1034 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
1035 #endif
1036 #endif /* GIGABEAT_F */
1038 #ifdef GIGABEAT_S
1039 drivers/lcd-memframe.c
1040 target/arm/bits-armv6.S
1041 target/arm/mmu-armv6.S
1042 target/arm/imx31/ata-imx31.c
1043 target/arm/imx31/avic-imx31.c
1044 target/arm/imx31/ccm-imx31.c
1045 target/arm/imx31/debug-imx31.c
1046 target/arm/imx31/dvfs_dptc-imx31.c
1047 target/arm/imx31/gpio-imx31.c
1048 target/arm/imx31/i2c-imx31.c
1049 target/arm/imx31/iomuxc-imx31.c
1050 target/arm/imx31/mc13783-imx31.c
1051 target/arm/imx31/mmu-imx31.c
1052 target/arm/imx31/rolo_restart_firmware.S
1053 target/arm/imx31/sdma-imx31.c
1054 target/arm/imx31/spi-imx31.c
1055 target/arm/imx31/uart-imx31.c
1056 target/arm/imx31/gigabeat-s/adc-gigabeat-s.c
1057 target/arm/imx31/gigabeat-s/backlight-gigabeat-s.c
1058 target/arm/imx31/gigabeat-s/button-gigabeat-s.c
1059 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
1060 target/arm/imx31/gigabeat-s/kernel-gigabeat-s.c
1061 target/arm/imx31/gigabeat-s/i2s-gigabeat-s.c
1062 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
1063 target/arm/imx31/gigabeat-s/power-gigabeat-s.c
1064 target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c
1065 target/arm/imx31/gigabeat-s/system-gigabeat-s.c
1066 target/arm/imx31/gigabeat-s/usb-gigabeat-s.c
1067 target/arm/imx31/gigabeat-s/wmcodec-gigabeat-s.c
1068 #ifndef BOOTLOADER
1069 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
1070 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
1071 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
1072 target/arm/imx31/gigabeat-s/pcm-gigabeat-s.c
1073 target/arm/imx31/gigabeat-s/timer-gigabeat-s.c
1074 #endif
1075 #endif /* GIGABEAT_S */
1077 #if CONFIG_CPU == DM320
1078 target/arm/tms320dm320/debug-dm320.c
1079 target/arm/tms320dm320/dsp-dm320.c
1080 target/arm/tms320dm320/i2c-dm320.c
1081 #ifdef HAVE_SOFTWARE_I2C
1082 drivers/generic_i2c.c
1083 #endif
1084 target/arm/tms320dm320/kernel-dm320.c
1085 target/arm/tms320dm320/spi-dm320.c
1086 target/arm/tms320dm320/system-dm320.c
1087 target/arm/tms320dm320/timer-dm320.c
1088 target/arm/tms320dm320/uart-dm320.c
1089 #endif /* CONFIG_CPU == DM320 */
1091 #ifdef MROBE_500
1092 target/arm/tms320dm320/mrobe-500/crt0-board.S
1093 target/arm/tms320dm320/mrobe-500/adc-mr500.c
1094 target/arm/tms320dm320/mrobe-500/ata-mr500.c
1095 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
1096 target/arm/tms320dm320/mrobe-500/button-mr500.c
1097 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
1098 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
1099 #if defined(HAVE_REMOTE_LCD)
1100 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
1101 #endif
1102 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
1103 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
1104 target/arm/tms320dm320/mrobe-500/power-mr500.c
1105 target/arm/tms320dm320/mrobe-500/usb-mr500.c
1106 #endif /* MROBE_500 */
1108 #ifdef CREATIVE_ZVx
1109 drivers/lcd-memframe.c
1110 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
1111 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
1112 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
1113 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
1114 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
1115 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
1116 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
1117 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
1118 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
1119 #endif /* CREATIVE_ZVx */
1121 #ifdef SANSA_CONNECT
1122 drivers/lcd-memframe.c
1123 target/arm/tms320dm320/sdmmc-dm320.c
1124 target/arm/tms320dm320/sansa-connect/crt0-board.S
1125 target/arm/tms320dm320/sansa-connect/lcd-sansaconnect.c
1126 target/arm/tms320dm320/sansa-connect/adc-sansaconnect.c
1127 target/arm/tms320dm320/sansa-connect/power-sansaconnect.c
1128 target/arm/tms320dm320/sansa-connect/powermgmt-sansaconnect.c
1129 target/arm/tms320dm320/sansa-connect/usb-sansaconnect.c
1130 target/arm/tms320dm320/sansa-connect/avr-sansaconnect.c
1131 target/arm/tms320dm320/sansa-connect/backlight-sansaconnect.c
1132 target/arm/tms320dm320/sansa-connect/pcm-sansaconnect.c
1133 target/arm/tms320dm320/dma-dm320.c
1134 #endif /* SANSA_CONNECT */
1136 #ifdef MROBE_100
1137 #ifndef BOOTLOADER
1138 drivers/synaptics-mep.c
1139 target/arm/olympus/mrobe-100/lcd-remote-mr100.c
1140 #endif /* BOOTLOADER */
1141 drivers/sw_i2c.c
1142 target/arm/olympus/mrobe-100/backlight-mr100.c
1143 target/arm/olympus/mrobe-100/button-mr100.c
1144 target/arm/olympus/mrobe-100/lcd-mr100.c
1145 target/arm/olympus/mrobe-100/lcd-as-mr100.S
1146 target/arm/olympus/mrobe-100/power-mr100.c
1147 target/arm/olympus/mrobe-100/powermgmt-mr100.c
1148 #endif /* MROBE_100 */
1150 #ifdef TATUNG_TPJ1022
1151 target/arm/tatung/tpj1022/backlight-tpj1022.c
1152 target/arm/tatung/tpj1022/button-tpj1022.c
1153 target/arm/tatung/tpj1022/lcd-tpj1022.c
1154 target/arm/tatung/tpj1022/power-tpj1022.c
1155 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
1156 #endif /* TATUNG_TPJ1022 */
1158 #ifdef IPOD_4G
1159 target/arm/ipod/backlight-4g_color.c
1160 target/arm/ipod/button-clickwheel.c
1161 #endif /* IPOD_4G */
1163 #ifdef IPOD_COLOR
1164 target/arm/ipod/backlight-4g_color.c
1165 target/arm/ipod/button-clickwheel.c
1166 target/arm/ipod/lcd-as-color-nano.S
1167 #endif /* IPOD_COLOR */
1169 #ifdef IPOD_NANO
1170 target/arm/ipod/backlight-nano_video.c
1171 target/arm/ipod/button-clickwheel.c
1172 target/arm/ipod/lcd-as-color-nano.S
1173 #endif /* IPOD_NANO */
1175 #ifdef IPOD_VIDEO
1176 target/arm/ipod/backlight-nano_video.c
1177 target/arm/ipod/button-clickwheel.c
1178 target/arm/ipod/video/lcd-as-video.S
1179 target/arm/ipod/video/lcd-video.c
1180 #ifndef BOOTLOADER
1181 target/arm/ipod/video/battery-video.c
1182 #endif /* BOOTLOADER */
1183 #endif /* IPOD_VIDEO */
1185 #ifdef IPOD_3G
1186 target/arm/ipod/3g/backlight-3g.c
1187 target/arm/ipod/button-1g-3g.c
1188 #endif /* IPOD_3G */
1190 #ifdef IPOD_1G2G
1191 target/arm/ipod/1g2g/backlight-1g2g.c
1192 target/arm/ipod/1g2g/powermgmt-1g2g.c
1193 target/arm/ipod/button-1g-3g.c
1194 #endif /* IPOD_1G2G */
1196 #if defined(IPOD_MINI) || defined(IPOD_MINI2G)
1197 target/arm/ipod/backlight-mini1g_mini2g.c
1198 #endif
1200 #ifdef IPOD_MINI
1201 target/arm/ipod/button-mini1g.c
1202 #endif /* IPOD_MINI */
1204 #ifdef IPOD_MINI2G
1205 target/arm/ipod/button-clickwheel.c
1206 #endif /* IPOD_MINI2G */
1208 #ifdef IRIVER_IFP7XX
1209 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1210 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1211 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1212 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1213 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1214 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1215 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
1216 #ifndef BOOTLOADER
1217 target/arm/pnx0101/pcm-pnx0101.c
1218 #endif /* BOOTLOADER */
1219 #endif /* IRIVER_IFP7XX */
1221 #ifdef LOGIK_DAX
1222 drivers/nand_id.c
1223 target/arm/tcc77x/logikdax/button-logikdax.c
1224 target/arm/tcc77x/logikdax/power-logikdax.c
1225 #ifndef BOOTLOADER
1226 target/arm/tcc77x/logikdax/audio-logikdax.c
1227 #endif /* BOOTLOADER */
1228 #endif /* LOGIK_DAX */
1230 #ifdef SANSA_M200
1231 drivers/nand_id.c
1232 target/arm/tcc77x/m200/button-m200.c
1233 target/arm/tcc77x/m200/power-m200.c
1234 #ifndef BOOTLOADER
1235 target/arm/tcc77x/m200/audio-m200.c
1236 #endif /* BOOTLOADER */
1237 #endif /* SANSA_M200 */
1239 #ifdef SANSA_C100
1240 drivers/nand_id.c
1241 target/arm/tcc77x/c100/lcd-S6B33B2.c
1242 target/arm/tcc77x/c100/button-c100.c
1243 target/arm/tcc77x/c100/power-c100.c
1244 #ifndef BOOTLOADER
1245 target/arm/tcc77x/c100/audio-c100.c
1246 #endif /* BOOTLOADER */
1247 #endif /* SANSA_C100 */
1249 #ifdef SANSA_CLIPPLUS
1250 target/arm/as3525/sansa-clipplus/lcd-clip-plus.c
1251 target/arm/as3525/sansa-clipplus/button-clip.c
1252 target/arm/as3525/sansa-clipplus/backlight-clip.c
1253 #ifndef BOOTLOADER
1254 target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c
1255 target/arm/as3525/sansa-clipplus/lcd-as-clip-plus.S
1256 #endif /* !BOOTLOADER */
1257 #endif /* SANSA_CLIPPLUS */
1259 #ifdef SANSA_CLIPV2
1260 target/arm/as3525/sansa-clipv2/lcd-clipv2.c
1261 target/arm/as3525/button-clip.c
1262 target/arm/as3525/sansa-clipv2/backlight-clipv2.c
1263 #ifndef BOOTLOADER
1264 target/arm/as3525/sansa-clipv2/powermgmt-clipv2.c
1265 target/arm/as3525/sansa-clipv2/lcd-as-clipv2.S
1266 #endif /* !BOOTLOADER */
1267 #endif /* SANSA_CLIPV2 */
1269 #ifdef SANSA_CLIP
1270 target/arm/as3525/sansa-clip/lcd-clip.c
1271 target/arm/as3525/button-clip.c
1272 #ifndef BOOTLOADER
1273 target/arm/as3525/sansa-clip/powermgmt-clip.c
1274 target/arm/as3525/sansa-clip/lcd-as-clip.S
1275 #endif /* !BOOTLOADER */
1276 #endif /* SANSA_CLIP */
1278 #ifdef SANSA_E200V2
1279 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1280 target/arm/as3525/button-e200v2-fuze.c
1281 target/arm/as3525/backlight-e200v2-fuze.c
1282 target/arm/as3525/dbop-as3525.c
1283 #ifndef BOOTLOADER
1284 target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c
1285 target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1286 #endif /* !BOOTLOADER */
1287 #endif /* SANSA_E200V2 */
1289 #ifdef SANSA_C200V2
1290 target/arm/as3525/sansa-c200v2/button-c200v2.c
1291 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1292 target/arm/as3525/dbop-as3525.c
1293 #ifndef BOOTLOADER
1294 target/arm/as3525/sansa-c200v2/powermgmt-c200v2.c
1295 #endif /* !BOOTLOADER */
1296 #endif /* SANSA_E200V2 */
1298 #ifdef SANSA_M200V4
1299 target/arm/as3525/sansa-m200v4/button-m200v4.c
1300 #ifndef BOOTLOADER
1301 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1302 #endif /* !BOOTLOADER */
1303 #endif /* SANSA_M200V4 */
1305 #ifdef SANSA_FUZE
1306 target/arm/as3525/button-e200v2-fuze.c
1307 target/arm/as3525/sansa-fuze/lcd-fuzev1.c
1308 target/arm/as3525/backlight-e200v2-fuze.c
1309 target/arm/as3525/dbop-as3525.c
1310 #ifndef BOOTLOADER
1311 target/arm/as3525/sansa-fuze/powermgmt-fuze.c
1312 target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1313 #endif /* !BOOTLOADER */
1314 #endif /* SANSA_FUZE */
1316 #ifdef SANSA_FUZEV2
1317 target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
1318 target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c
1319 target/arm/as3525/sansa-fuzev2/button-fuzev2.c
1320 target/arm/as3525/dbop-as3525.c
1321 #ifndef BOOTLOADER
1322 target/arm/as3525/sansa-fuzev2/powermgmt-fuzev2.c
1323 target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
1324 #endif /* !BOOTLOADER */
1325 #endif /* SANSA_FUZEV2 */
1327 #ifdef SANSA_FUZEPLUS
1328 drivers/synaptics-rmi.c
1329 drivers/generic_i2c.c
1330 target/arm/imx233/sansa-fuzeplus/fmradio-i2c-fuzeplus.c
1331 target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c
1332 target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
1333 target/arm/imx233/sansa-fuzeplus/button-fuzeplus.c
1334 target/arm/imx233/sansa-fuzeplus/debug-fuzeplus.c
1335 target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
1336 target/arm/imx233/sansa-fuzeplus/adc-fuzeplus.c
1337 #ifndef BOOTLOADER
1338 target/arm/imx233/sansa-fuzeplus/audio-fuzeplus.c
1339 target/arm/imx233/sansa-fuzeplus/powermgmt-fuzeplus.c
1340 #endif
1341 #endif
1343 #ifdef SANSA_CLIPZIP
1344 target/arm/as3525/sansa-clipzip/lcd-clipzip.c
1345 target/arm/as3525/sansa-clipzip/button-clipzip.c
1346 target/arm/as3525/sansa-clipzip/backlight-clipzip.c
1347 #ifndef BOOTLOADER
1348 target/arm/as3525/sansa-clipzip/powermgmt-clipzip.c
1349 #endif /* !BOOTLOADER */
1350 #endif /* SANSA_CLIPZIP */
1352 #ifdef IAUDIO_7
1353 drivers/nand_id.c
1354 drivers/pcf50606.c
1355 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1356 target/arm/tcc77x/iaudio7/power-iaudio7.c
1357 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1358 target/arm/tcc77x/iaudio7/button-iaudio7.c
1359 target/arm/tcc77x/iaudio7/ata2501.c
1360 #ifndef BOOTLOADER
1361 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1362 #endif /* BOOTLOADER */
1363 #endif /* IAUDIO_7 */
1365 #ifdef COWON_D2
1366 drivers/lcd-memframe.c
1367 drivers/nand_id.c
1368 drivers/pcf50606.c
1369 drivers/pcf50635.c
1370 drivers/tsc200x.c
1371 target/arm/tcc780x/adc-tcc780x.c
1372 target/arm/tcc780x/system-tcc780x.c
1373 target/arm/tcc780x/kernel-tcc780x.c
1374 target/arm/tcc780x/sd-tcc780x.c
1375 target/arm/tcc780x/cowond2/button-cowond2.c
1376 target/arm/tcc780x/cowond2/touchscreen-cowond2.c
1377 target/arm/tcc780x/cowond2/lcd-cowond2.c
1378 target/arm/tcc780x/cowond2/power-cowond2.c
1379 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1380 target/arm/tcc780x/cowond2/backlight-cowond2.c
1381 target/arm/usb-tcc.c
1382 #ifndef BOOTLOADER
1383 target/arm/tcc780x/timer-tcc780x.c
1384 target/arm/wmcodec-telechips.c
1385 target/arm/tcc780x/debug-tcc780x.c
1386 target/arm/pcm-telechips.c
1387 target/arm/tcc780x/cowond2/audio-cowond2.c
1388 #endif /* BOOTLOADER */
1389 #endif /* COWON_D2 */
1391 #ifdef MEIZU_M6SL
1392 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1393 drivers/qt1106.c
1394 #endif /* MEIZU_M6SL */
1396 #ifdef MEIZU_M6SP
1397 target/arm/s5l8700/backlight-meizu.c
1398 target/arm/s5l8700/power-meizu.c
1399 target/arm/s5l8700/meizu-m6sp/button-m6sp.c
1400 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1401 #ifndef BOOTLOADER
1402 drivers/generic_i2c.c
1403 drivers/rtc/rtc_s35390a.c
1404 target/arm/s5l8700/audio-meizu.c
1405 target/arm/s5l8700/ftl-meizu.c
1406 target/arm/s5l8700/nand-meizu.c
1407 target/arm/s5l8700/fmradio-i2c-meizu.c
1408 target/arm/s5l8700/powermgmt-meizu.c
1409 target/arm/s5l8700/usb-s5l8700.c
1410 #endif /* BOOTLOADER */
1411 #endif /* MEIZU_M6SP */
1413 #ifdef MEIZU_M3
1414 target/arm/s5l8700/backlight-meizu.c
1415 target/arm/s5l8700/meizu-m3/lcd-m3.c
1416 drivers/qt1106.c
1417 #ifndef BOOTLOADER
1418 target/arm/s5l8700/udacodec-meizu.c
1419 #endif /* BOOTLOADER */
1420 #endif /* MEIZU_M3 */
1422 #ifdef IPOD_NANO2G
1423 target/arm/ipod/button-clickwheel.c
1424 target/arm/s5l8700/postmortemstub.S
1425 target/arm/s5l8700/ipodnano2g/backlight-nano2g.c
1426 target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
1427 target/arm/s5l8700/ipodnano2g/lcd-asm-nano2g.S
1428 target/arm/s5l8700/ipodnano2g/powermgmt-nano2g.c
1429 target/arm/s5l8700/ipodnano2g/power-nano2g.c
1430 target/arm/s5l8700/ipodnano2g/ftl-nano2g.c
1431 target/arm/s5l8700/ipodnano2g/nand-nano2g.c
1432 target/arm/s5l8700/ipodnano2g/pmu-nano2g.c
1433 target/arm/s5l8700/ipodnano2g/rtc-nano2g.c
1434 target/arm/s5l8700/usb-nano2g-6g.c
1435 #ifndef BOOTLOADER
1436 target/arm/s5l8700/ipodnano2g/audio-nano2g.c
1437 target/arm/s5l8700/ipodnano2g/piezo-nano2g.c
1438 #endif
1439 #endif
1441 #ifdef IPOD_6G
1442 target/arm/ipod/button-clickwheel.c
1443 target/arm/s5l8702/ipod6g/storage_ata-ipod6g.c
1444 target/arm/s5l8702/ipod6g/cscodec-ipod6g.c
1445 target/arm/s5l8702/ipod6g/backlight-ipod6g.c
1446 target/arm/s5l8702/ipod6g/powermgmt-ipod6g.c
1447 target/arm/s5l8702/ipod6g/power-ipod6g.c
1448 target/arm/s5l8702/kernel-s5l8702.c
1449 target/arm/s5l8702/system-s5l8702.c
1450 target/arm/s5l8702/ipod6g/lcd-ipod6g.c
1451 target/arm/s5l8702/ipod6g/lcd-asm-ipod6g.S
1452 #if 0 //TODO
1453 target/arm/s5l8702/postmortemstub.S
1454 #endif
1455 target/arm/s5l8702/ipod6g/pmu-ipod6g.c
1456 target/arm/s5l8702/ipod6g/rtc-ipod6g.c
1457 target/arm/s5l8700/usb-nano2g-6g.c
1458 #ifndef BOOTLOADER
1459 target/arm/s5l8702/timer-s5l8702.c
1460 target/arm/s5l8702/debug-s5l8702.c
1461 target/arm/s5l8702/pcm-s5l8702.c
1462 target/arm/s5l8702/ipod6g/audio-ipod6g.c
1463 target/arm/s5l8702/ipod6g/adc-ipod6g.c
1464 target/arm/s5l8702/ipod6g/piezo-ipod6g.c
1465 #endif
1466 #endif
1468 #if CONFIG_CPU == RK27XX
1469 target/arm/rk27xx/kernel-rk27xx.c
1470 target/arm/rk27xx/system-rk27xx.c
1471 target/arm/rk27xx/backlight-rk27xx.c
1472 target/arm/rk27xx/adc-rk27xx.c
1473 target/arm/rk27xx/sd-rk27xx.c
1474 target/arm/rk27xx/ftl-rk27xx.c
1475 target/arm/rk27xx/nand-rk27xx.c
1476 target/arm/rk27xx/usb-rk27xx.c
1477 target/arm/rk27xx/lcdif-rk27xx.c
1478 target/arm/rk27xx/rkw-loader.c
1479 #ifndef BOOTLOADER
1480 target/arm/rk27xx/timer-rk27xx.c
1481 target/arm/rk27xx/rolo_restart.S
1482 target/arm/rk27xx/pcm-rk27xx.c
1483 target/arm/rk27xx/debug-rk27xx.c
1484 #endif
1485 #endif
1487 #if defined(RK27_GENERIC)
1488 target/arm/rk27xx/rk27generic/button-rk27generic.c
1489 target/arm/rk27xx/rk27generic/powermgmt-rk27generic.c
1490 target/arm/rk27xx/rk27generic/power-rk27generic.c
1491 target/arm/rk27xx/rk27generic/lcd-rk27generic.c
1492 #endif
1494 #if CONFIG_CPU == JZ4732
1495 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1496 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1497 target/mips/ingenic_jz47xx/debug-jz4740.c
1498 target/mips/ingenic_jz47xx/fmradio-i2c-jz4740.c
1499 target/mips/ingenic_jz47xx/kernel-jz4740.c
1500 target/mips/ingenic_jz47xx/i2c-jz4740.c
1501 target/mips/ingenic_jz47xx/lcd-jz4740.c
1502 target/mips/ingenic_jz47xx/system-jz4740.c
1503 target/mips/ingenic_jz47xx/usb-jz4740.c
1504 target/mips/ingenic_jz47xx/timer-jz4740.c
1505 #ifndef BOOTLOADER
1506 target/mips/ingenic_jz47xx/codec-jz4740.c
1507 target/mips/ingenic_jz47xx/pcm-jz4740.c
1508 #endif /* BOOTLOADER */
1509 drivers/nand_id.c
1510 #endif /* CONFIG_CPU == JZ4732 */
1512 #if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
1513 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1514 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1515 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1516 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1517 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1518 #endif /* ONDA_VX747 || ONDA_VX747P || ONDA_VX777 */
1520 #ifdef ONDA_VX767
1521 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1522 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1523 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1524 target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
1525 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1526 #endif /* ONDA_VX767 */
1528 #if defined(LYRE_PROTO1)
1529 target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
1530 target/arm/at91sam/lyre_proto1/backlight-lyre_proto1.c
1531 target/arm/at91sam/lyre_proto1/button-lyre_proto1.c
1532 target/arm/at91sam/lyre_proto1/crt0.S
1533 target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c
1534 target/arm/at91sam/lyre_proto1/kernel-lyre_proto1.c
1535 target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
1536 target/arm/at91sam/lyre_proto1/system-lyre_proto1.c
1537 target/arm/at91sam/lyre_proto1/timer-lyre_proto1.c
1538 #endif
1540 #if defined(MINI2440)
1541 drivers/lcd-memframe.c
1542 target/arm/s3c2440/dma-s3c2440.c
1543 target/arm/s3c2440/sd-s3c2440.c
1544 target/arm/s3c2440/uart-s3c2440.c
1545 target/arm/s3c2440/mini2440/backlight-mini2440.c
1546 target/arm/s3c2440/mini2440/button-mini2440.c
1547 target/arm/s3c2440/mini2440/led-mini2440.c
1548 target/arm/s3c2440/mini2440/power-mini2440.c
1549 target/arm/s3c2440/mini2440/touchscreen-mini2440.c
1550 #ifndef BOOTLOADER
1551 target/arm/s3c2440/mini2440/powermgmt-mini2440.c
1552 target/arm/s3c2440/mini2440/pcm-mini2440.c
1553 #endif
1554 #endif /* MINI2440 */
1556 #if defined(SAMSUNG_YH820) || defined(SAMSUNG_YH920) || defined(SAMSUNG_YH925)
1557 target/arm/samsung/akcodec-yh82x_yh92x.c
1558 target/arm/samsung/button-yh82x_yh92x.c
1559 target/arm/samsung/power-yh82x_yh92x.c
1560 #endif /* SAMSUNG_YH820 ||  SAMSUNG_YH920 || SAMSUNG_YH925 */
1562 #ifdef SAMSUNG_YH820
1563 target/arm/samsung/yh820/backlight-yh820.c
1564 target/arm/samsung/yh820/lcd-yh820.c
1565 target/arm/samsung/yh820/lcd-as-yh820.S
1566 target/arm/samsung/yh820/powermgmt-yh820.c
1567 #endif /* SAMSUNG_YH820 */
1569 #ifdef SAMSUNG_YH920
1570 target/arm/samsung/yh920/backlight-yh920.c
1571 target/arm/samsung/yh920/lcd-yh920.c
1572 target/arm/samsung/yh920/lcd-as-yh920.S
1573 target/arm/samsung/yh920/powermgmt-yh920.c
1574 #endif /* SAMSUNG_YH920 */
1576 #ifdef SAMSUNG_YH925
1577 target/arm/samsung/yh925/backlight-yh925.c
1578 target/arm/samsung/yh925/lcd-yh925.c
1579 target/arm/samsung/yh925/lcd-as-yh925.S
1580 target/arm/samsung/yh925/powermgmt-yh925.c
1581 #endif /* SAMSUNG_YH925 */
1583 #ifdef SAMSUNG_YPS3
1584 target/arm/s5l8700/yps3/button-yps3.c
1585 target/arm/s5l8700/yps3/lcd-yps3.c
1586 target/arm/s5l8700/yps3/fmradio-i2c-yps3.c
1587 target/arm/s5l8700/yps3/backlight-yps3.c
1588 target/arm/s5l8700/yps3/nand-yps3.c
1589 target/arm/s5l8700/yps3/power-yps3.c
1590 #endif /* SAMSUNG_YPS3 */
1592 #ifdef PBELL_VIBE500
1593 drivers/synaptics-mep.c
1594 target/arm/pbell/vibe500/lcd-vibe500.c
1595 target/arm/pbell/vibe500/button-vibe500.c
1596 target/arm/pbell/vibe500/power-vibe500.c
1597 target/arm/pbell/vibe500/backlight-vibe500.c
1598 target/arm/pbell/vibe500/lcd-as-vibe500.S
1599 target/arm/pbell/vibe500/powermgmt-vibe500.c
1600 #endif
1602 #if defined(MPIO_HD200) || defined(MPIO_HD300)
1603 target/coldfire/wmcodec-coldfire.c
1604 target/coldfire/mpio/system-mpio.c
1605 target/coldfire/mpio/power-mpio.c
1606 target/coldfire/mpio/backlight-mpio.c
1607 target/coldfire/mpio/usb-mpio.c
1608 target/coldfire/mpio/ata-mpio.c
1609 target/coldfire/mpio/adc-mpio.c
1610 #ifndef BOOTLOADER
1611 target/coldfire/mpio/audio-mpio.c
1612 target/coldfire/mpio/fmradio_i2c-mpio.c
1613 #endif /* BOOTLOADER */
1614 #endif
1616 #ifdef MPIO_HD200
1617 target/coldfire/mpio/hd200/button-hd200.c
1618 target/coldfire/mpio/hd200/lcd-hd200.c
1619 target/coldfire/mpio/hd200/lcd-as-hd200.S
1620 target/coldfire/mpio/hd200/powermgmt-hd200.c
1621 #endif
1623 #ifdef MPIO_HD300
1624 target/coldfire/mpio/hd300/button-hd300.c
1625 target/coldfire/mpio/hd300/lcd-hd300.c
1626 target/coldfire/mpio/hd300/lcd-as-hd300.S
1627 target/coldfire/mpio/hd300/powermgmt-hd300.c
1628 #endif
1630 #if defined(HM60X)
1631 target/arm/rk27xx/hm60x/button-hm60x.c
1632 target/arm/rk27xx/hm60x/powermgmt-hm60x.c
1633 target/arm/rk27xx/hm60x/power-hm60x.c
1634 #endif
1636 #if defined(HM801)
1637 target/arm/rk27xx/hm801/button-hm801.c
1638 target/arm/rk27xx/hm801/powermgmt-hm801.c
1639 target/arm/rk27xx/hm801/power-hm801.c
1640 #endif
1642 #if (CONFIG_PLATFORM & PLATFORM_ANDROID)
1643 target/hosted/kernel-unix.c
1644 target/hosted/filesystem-unix.c
1645 target/hosted/lc-unix.c
1646 target/hosted/android/lcd-android.c
1647 target/hosted/android/button-android.c
1648 #ifdef DEBUG
1649 target/hosted/android/debug-android.c
1650 #endif
1651 target/hosted/android/pcm-android.c
1652 target/hosted/android/powermgmt-android.c
1653 target/hosted/android/system-android.c
1654 target/hosted/android/telephony-android.c
1655 #ifdef APPLICATION
1656 target/hosted/android/app/button-application.c
1657 #endif
1658 drivers/audio/android.c
1659 thread.c
1660 #endif
1662 #endif /* defined(SIMULATOR) */