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