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