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