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