Make the mips compiler not complain when bitwise operations do not have parenthesis.
[kugel-rb.git] / firmware / SOURCES
blob98569c4896deef6d024d9cb5edda6c14b122bcbe
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 common/atoi.c
26 common/crc32.c
27 #ifdef MI4_FORMAT
28 common/crc32-mi4.c
29 #endif
30 common/ctype.c
31 #ifndef SIMULATOR
32 common/dir_uncached.c
33 common/file.c
34 #endif /* SIMULATOR */
35 #ifdef HAVE_DIRCACHE
36 common/dircache.c
37 #endif /* HAVE_DIRCACHE */
38 common/disk.c
39 #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
40 common/errno.c
41 #endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
42 common/memcmp.c
43 common/memchr.c
44 common/qsort.c
45 common/random.c
46 common/sprintf.c
47 common/strcasecmp.c
48 common/strcasestr.c
49 common/strcat.c
50 common/strchr.c
51 common/strcmp.c
52 common/strnatcmp.c
53 common/strcpy.c
54 common/strncmp.c
55 common/strncpy.c
56 common/strrchr.c
57 common/strtok.c
58 common/strstr.c
59 common/structec.c
60 common/timefuncs.c
61 common/unicode.c
63 /* Display */
64 scroll_engine.c
66 #ifdef HAVE_LCD_CHARCELLS
67 drivers/lcd-charcell.c
68 drivers/lcd-charset-player.c
69 #endif /* HAVE_LCD_CHARCELLS */
71 #ifdef HAVE_LCD_BITMAP
72 arabjoin.c
73 bidi.c
74 font_cache.c
75 font.c
76 hangul.c
77 lru.c
78 #ifndef BOOTLOADER
79 screendump.c
80 #endif
81 #if LCD_DEPTH == 1
82 drivers/lcd-1bit-vert.c
83 #elif LCD_DEPTH == 2
84 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
85 drivers/lcd-2bit-horz.c
86 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
87 drivers/lcd-2bit-vert.c
88 #elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
89 drivers/lcd-2bit-vi.c
90 #endif /* LCD_PIXELFORMAT */
91 #elif LCD_DEPTH == 16
92 drivers/lcd-16bit.c
93 #endif /* LCD_DEPTH */
94 #endif /* HAVE_LCD_BITMAP */
96 #ifdef HAVE_REMOTE_LCD
97 #if LCD_REMOTE_DEPTH == 1
98 drivers/lcd-remote-1bit-v.c
99 #elif LCD_REMOTE_DEPTH == 2
100 drivers/lcd-remote-2bit-vi.c
101 #endif /* LCD_REMOTE_DEPTH */
102 #endif /* HAVE_REMOTE_LCD */
104 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
105     || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG)
106 backlight-sw-fading.c
107 #endif /* CONFIG_BACKLIGHT_FADING */
109 /* Misc. */
110 drivers/led.c
111 drivers/button.c
112 #ifndef SIMULATOR
113 #ifdef HAVE_DAC3550A
114 drivers/dac.c
115 #endif
116 #ifdef HAVE_SERIAL
117 drivers/serial.c
118 #endif
119 #endif /* SIMULATOR */
120 #ifdef HAVE_TOUCHSCREEN
121 drivers/touchscreen.c
122 #endif
125 /* Storage */
126 #ifndef SIMULATOR
127 #if (CONFIG_STORAGE & STORAGE_MMC)
128 drivers/ata_mmc.c
129 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
130 drivers/ata_flash.c
131 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
132 target/arm/ata-nand-telechips.c
133 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
134 target/arm/s5l8700/ata-nand-s5l8700.c
135 #elif (CONFIG_STORAGE & STORAGE_ATA)
136 drivers/ata.c
137 #elif (CONFIG_STORAGE & STORAGE_RAMDISK)
138 drivers/ramdisk.c
139 #endif /* CONFIG_STORAGE */
140 drivers/fat.c
141 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
142 hotswap.c
143 #endif
144 #endif /* SIMULATOR */
146 /* EEPROM */
147 #ifdef HAVE_EEPROM
148 drivers/eeprom_24cxx.c
149 #ifdef HAVE_EEPROM_SETTINGS
150 eeprom_settings.c
151 #endif /* HAVE_EEPROM_SETTINGS */
152 #endif /* HAVE_EEPROM */
154 /* RTC */
155 #ifndef SIMULATOR
156 #if (CONFIG_RTC == RTC_M41ST84W)
157 drivers/rtc/rtc_m41st84w.c
158 #elif (CONFIG_RTC == RTC_PCF50606)
159 drivers/rtc/rtc_pcf50606.c
160 #elif (CONFIG_RTC == RTC_PCF50605)
161 drivers/rtc/rtc_pcf50605.c
162 #elif (CONFIG_RTC == RTC_E8564)
163 drivers/rtc/rtc_e8564.c
164 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
165 drivers/rtc/rtc_ds1339_ds3231.c
166 #elif (CONFIG_RTC == RTC_S3C2440)
167 drivers/rtc/rtc_s3c2440.c
168 #elif (CONFIG_RTC == RTC_AS3514)
169 drivers/rtc/rtc_as3514.c
170 #elif (CONFIG_RTC == RTC_RX5X348AB)
171 drivers/rtc/rtc_rx5x348ab.c
172 #elif (CONFIG_RTC == RTC_MR100)
173 drivers/rtc/rtc_mr100.c
174 #elif (CONFIG_RTC == RTC_MC13783)
175 drivers/rtc/rtc_mc13783.c
176 #elif (CONFIG_RTC == RTC_TCC77X)
177 drivers/rtc/rtc_tcc77x.c
178 #elif (CONFIG_RTC == RTC_JZ47XX)
179 drivers/rtc/rtc_jz4740.c
180 #endif /* (CONFIG_RTC == RTC_) */
181 #endif /* SIMULATOR */
183 /* Tuner */
184 #if CONFIG_TUNER
185 tuner.c
186 #ifndef SIMULATOR
187 #if (CONFIG_TUNER & LV24020LP)
188 drivers/tuner/lv24020lp.c
189 #endif /* (CONFIG_TUNER & LV24020LP) */
190 #if (CONFIG_TUNER & S1A0903X01)
191 drivers/fmradio.c
192 drivers/tuner/s1a0903x01.c
193 #endif /* (CONFIG_TUNER & S1A0903X01) */
194 #if (CONFIG_TUNER & TEA5767)
195 drivers/tuner/tea5767.c
196 #endif /* (CONFIG_TUNER & TEA5767) */
197 #if (CONFIG_TUNER & SI4700)
198 drivers/tuner/si4700.c
199 #endif /* (CONFIG_TUNER & SI4700) */
200 #endif /*SIMULATOR */
201 #endif /* CONFIG_TUNER */
203 /* Sound */
204 #if CONFIG_CODEC != SWCODEC
205 mp3_playback.c
206 #endif /* CONFIG_CODEC != SWCODEC */
207 sound.c
209 #if CONFIG_CODEC == SWCODEC
211 #ifndef BOOTLOADER
212 pcm_sampr.c
213 pcm.c
214 #ifdef HAVE_RECORDING
215 enc_base.c
216 #endif /* HAVE_RECORDING */
217 #endif /* BOOTLOADER */
219 #else  /* !SWCODEC */
221 #ifndef BOOTLOADER
222 #ifndef SIMULATOR
223 drivers/mas.c
224 #endif /* SIMULATOR */
225 #endif /* BOOTLOADER */
227 #endif /* SWCODEC */
229 /* Audio codec */
230 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
231 #if defined(HAVE_UDA1380)
232 drivers/audio/uda1380.c
233 #elif defined(HAVE_WM8751)
234 drivers/audio/wm8751.c
235 #elif defined(HAVE_WM8978)
236 drivers/audio/wm8978.c
237 #elif defined(HAVE_WM8975)
238 drivers/audio/wm8975.c
239 #elif defined(HAVE_WM8985)
240 drivers/audio/wm8985.c
241 #elif defined(HAVE_WM8758)
242 drivers/audio/wm8758.c
243 #elif defined(HAVE_WM8711) \
244    || defined(HAVE_WM8721) \
245    || defined(HAVE_WM8731)
246 drivers/audio/wm8731.c
247 #elif defined(HAVE_AS3514)
248 drivers/audio/as3514.c
249 #elif defined(HAVE_TLV320)
250 drivers/audio/tlv320.c
251 #elif defined(HAVE_MAS35XX)
252 drivers/audio/mas35xx.c
253 #endif /* defined(HAVE_*) */
254 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
256 /* USB Stack */
257 #if !defined(SIMULATOR)
258 #ifdef HAVE_USBSTACK
259 usbstack/usb_core.c
260 usbstack/usb_storage.c
261 usbstack/usb_serial.c
262 usbstack/usb_charging_only.c
263 #if CONFIG_USBOTG == USBOTG_ARC
264 target/arm/usb-drv-arc.c
265 #elif CONFIG_USBOTG == USBOTG_ISP1583
266 drivers/isp1583.c
267 #endif
268 #else /* !defined(HAVE_USBSTACK) */
269 #if CONFIG_USBOTG == USBOTG_ISP1362      
270 drivers/isp1362.c
271 #elif CONFIG_USBOTG == USBOTG_M5636      
272 drivers/m5636.c
273 #endif
274 #endif /* !defined(HAVE_USBSTACK) */
275 #endif /* !defined(SIMULATOR) */
277 /* Other Random Hardware */
278 #ifdef HAVE_TSC2100
279 #if !defined(SIMULATOR)
280 drivers/tsc2100.c
281 drivers/audio/tsc2100.c
282 #endif /* !SIMULATOR */
283 #endif
285 /* CPU Specific - By class then particular chip if applicable */
286 #if defined(CPU_SH)
288 #ifndef SIMULATOR
289 drivers/i2c.c
290 target/sh/adc-sh.c
291 target/sh/bitswap.S
292 target/sh/crt0.S
293 target/sh/kernel-sh.c
294 target/sh/memcpy-sh.S
295 target/sh/memmove-sh.S
296 target/sh/memset-sh.S
297 target/sh/strlen-sh.S
298 target/sh/system-sh.c
299 target/sh/archos/descramble.S
300 #endif /* SIMULATOR */
302 #elif defined(CPU_COLDFIRE)
304 #ifndef SIMULATOR
305 target/coldfire/crt0.S
306 #ifdef HAVE_PRIORITY_SCHEDULING
307 common/ffs.c
308 target/coldfire/ffs-coldfire.S
309 #endif
310 target/coldfire/memcpy-coldfire.S
311 target/coldfire/memmove-coldfire.S
312 target/coldfire/memset-coldfire.S
313 target/coldfire/strlen-coldfire.S
314 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
315  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
316 target/coldfire/memset16-coldfire.S
317 #endif
318 target/coldfire/kernel-coldfire.c
319 target/coldfire/system-coldfire.c
320 #ifndef BOOTLOADER
321 target/coldfire/pcm-coldfire.c
322 #endif /* BOOTLOADER */
323 #if CONFIG_I2C == I2C_COLDFIRE
324 target/coldfire/i2c-coldfire.c
325 #endif /* CONFIG_I2C == I2C_COLDFIRE */
326 #endif /* SIMULATOR */
328 #elif defined(CPU_PP) || defined(CPU_ARM)
329 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
330 target/arm/memcpy-arm.S
331 target/arm/memmove-arm.S
332 common/strlen.c
333 #ifndef SIMULATOR
334 target/arm/memset-arm.S
335 target/arm/memset16-arm.S
336 #ifdef HAVE_PRIORITY_SCHEDULING
337 target/arm/ffs-arm.S
338 #endif
339 target/arm/system-arm.c
340 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
341 target/arm/i2c-pp.c
342 #elif CONFIG_I2C == I2C_PNX0101
343 target/arm/pnx0101/i2c-pnx0101.c
344 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
345 target/arm/i2c-telechips.c
346 #elif CONFIG_I2C == I2C_S3C2440
347 /* no i2c driver yet */
348 #endif
350 #if CONFIG_CPU == PNX0101
351 target/arm/pnx0101/kernel-pnx0101.c
352 target/arm/pnx0101/system-pnx0101.c
353 #endif
355 #if CONFIG_CPU == AS3525
356 target/arm/as3525/system-as3525.c
357 target/arm/as3525/kernel-as3525.c
358 target/arm/as3525/ata_sd_as3525.c
359 target/arm/as3525/power-as3525.c
360 target/arm/as3525/usb-as3525.c
361 target/arm/as3525/dma-pl081.c
362 target/arm/as3525/ascodec-as3525.c
363 #ifndef BOOTLOADER
364 drivers/generic_i2c.c
365 target/arm/adc-as3514.c
366 target/arm/as3525/audio-as3525.c
367 target/arm/as3525/debug-as3525.c
368 target/arm/as3525/fmradio-i2c-as3525.c
369 target/arm/as3525/i2c-as3525.c
370 target/arm/as3525/i2s-as3525.c
371 target/arm/as3525/pcm-as3525.c
372 #endif /* BOOTLOADER */
373 #endif /* CONFIG_CPU == AS3525 */
375 #if defined(CPU_PP)
376 target/arm/kernel-pp.c
377 #if CONFIG_CPU == PP5002
378 target/arm/system-pp5002.c
379 #elif defined CPU_PP502x
380 target/arm/system-pp502x.c
381 #endif
382 #ifdef BOOTLOADER
383 target/arm/crt0-pp-bl.S
384 #else
385 target/arm/pcm-pp.c
386 #if !defined(SANSA_E200) && !defined(SANSA_C200)
387 target/arm/audio-pp.c
388 #endif /* SANSA_E200 */
389 target/arm/crt0-pp.S
390 #endif
391 #elif CONFIG_CPU == PNX0101
392 target/arm/pnx0101/crt0-pnx0101.S
393 #elif CONFIG_CPU==DM320
394 target/arm/tms320dm320/crt0.S
395 #elif CONFIG_CPU==S3C2440
396 target/arm/s3c2440/crt0.S
397 #elif defined(CPU_TCC77X)
398 target/arm/tcc77x/crt0.S
399 #elif defined(CPU_TCC780X)
400 target/arm/tcc780x/crt0.S
401 #elif CONFIG_CPU==IMX31L
402 target/arm/imx31/crt0.S
403 #elif CONFIG_CPU==S5L8700
404 target/arm/s5l8700/crt0.S
405 #elif defined(CPU_ARM)
406 target/arm/crt0.S
407 #endif /* defined(CPU_*) */
408 #endif /* SIMULATOR */
410 #elif defined(CPU_MIPS)
411 #undef mips
412 /*target/mips/strlen.S*/
413 common/memmove.c
414 common/memset16.c
415 common/strlen.c
416 target/mips/ffs-mips.S
417 target/mips/memcpy-mips.S
418 target/mips/memset-mips.S
419 target/mips/mmu-mips.c
420 #if CONFIG_CPU==JZ4732
421 target/mips/ingenic_jz47xx/crt0.S
422 #endif /* CONFIG_CPU == JZ4732 */
424 #else
426 #ifdef HAVE_PRIORITY_SCHEDULING
427 common/ffs.c
428 #endif
429 common/memcpy.c
430 common/memmove.c
431 common/memset.c
432 common/memset16.c
433 common/strlen.c
434 #ifndef SIMULATOR
435 crt0.S
436 drivers/i2c.c
437 #endif /* SIMULATOR */
439 #endif /* defined(CPU_*) */
441 #ifdef ARCHOS_PLAYER
442 #ifndef SIMULATOR
443 target/sh/archos/ata-archos.c
444 target/sh/archos/ata-as-archos.S
445 target/sh/archos/player/button-player.c
446 target/sh/archos/player/hwcompat-player.c
447 target/sh/archos/player/lcd-as-player.S
448 target/sh/archos/player/lcd-player.c
449 target/sh/archos/player/power-player.c
450 target/sh/archos/player/powermgmt-player.c
451 target/sh/archos/player/usb-player.c
452 #endif /* SIMULATOR */
453 #endif /* ARCHOS_PLAYER */
455 #ifdef ARCHOS_RECORDER
456 #ifndef SIMULATOR
457 target/sh/archos/ata-archos.c
458 target/sh/archos/ata-as-archos.S
459 target/sh/archos/lcd-archos-bitmap.c
460 target/sh/archos/lcd-as-archos-bitmap.S   
461 target/sh/archos/recorder/button-recorder.c
462 target/sh/archos/recorder/power-recorder.c
463 target/sh/archos/recorder/powermgmt-recorder.c
464 target/sh/archos/recorder/usb-recorder.c
465 #endif /* SIMULATOR */
466 #endif /* ARCHOS_RECORDER */
468 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
469 #ifndef SIMULATOR
470 target/sh/archos/ata-archos.c
471 target/sh/archos/ata-as-archos.S
472 target/sh/archos/lcd-archos-bitmap.c
473 target/sh/archos/lcd-as-archos-bitmap.S
474 target/sh/archos/fm_v2/button-fm_v2.c
475 target/sh/archos/fm_v2/power-fm_v2.c
476 target/sh/archos/fm_v2/powermgmt-fm_v2.c
477 target/sh/archos/fm_v2/usb-fm_v2.c
478 #endif /* SIMULATOR */
479 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
481 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
482 #ifndef SIMULATOR
483 target/sh/archos/lcd-archos-bitmap.c
484 target/sh/archos/lcd-as-archos-bitmap.S
485 target/sh/archos/ondio/button-ondio.c
486 target/sh/archos/ondio/power-ondio.c
487 target/sh/archos/ondio/powermgmt-ondio.c
488 target/sh/archos/ondio/usb-ondio.c
489 #if (CONFIG_TUNER & TEA5767)
490 target/sh/archos/ondio/fmradio_i2c-ondio.c
491 #endif
492 #endif /* SIMULATOR */
493 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
495 #ifdef SANSA_E200
496 #ifndef SIMULATOR
497 target/arm/adc-as3514.c
498 target/arm/ascodec-pp.c
499 target/arm/ata-sd-pp.c
500 target/arm/lcd-as-memframe.S
501 target/arm/powermgmt-ascodec.c
502 target/arm/i2s-pp.c
503 target/arm/usb-fw-pp502x.c
504 target/arm/sandisk/backlight-c200_e200.c
505 target/arm/sandisk/power-c200_e200.c
506 target/arm/sandisk/sansa-e200/lcd-e200.c
507 target/arm/sandisk/sansa-e200/button-e200.c
508 target/arm/sandisk/sansa-e200/powermgmt-e200.c
509 #ifndef BOOTLOADER
510 target/arm/sandisk/audio-c200_e200.c
511 #endif /* BOOTLOADER */
512 #endif /* SIMULATOR */
513 #endif /* SANSA_E200 */
515 #ifdef SANSA_C200
516 #ifndef SIMULATOR
517 target/arm/adc-as3514.c
518 target/arm/ascodec-pp.c
519 target/arm/ata-sd-pp.c
520 target/arm/i2s-pp.c
521 target/arm/powermgmt-ascodec.c
522 target/arm/usb-fw-pp502x.c
523 target/arm/sandisk/backlight-c200_e200.c
524 target/arm/sandisk/power-c200_e200.c
525 target/arm/sandisk/sansa-c200/lcd-c200.c
526 target/arm/sandisk/sansa-c200/lcd-as-c200.S
527 target/arm/sandisk/sansa-c200/button-c200.c
528 target/arm/sandisk/sansa-c200/powermgmt-c200.c
529 #ifndef BOOTLOADER
530 target/arm/sandisk/audio-c200_e200.c
531 #endif /* BOOTLOADER */
532 #endif /* SIMULATOR */
533 #endif /* SANSA_C200 */
535 #ifdef PHILIPS_SA9200
536 #ifndef SIMULATOR
537 target/arm/adc-as3514.c
538 target/arm/ascodec-pp.c
539 target/arm/ata-sd-pp.c
540 target/arm/i2s-pp.c
541 target/arm/powermgmt-ascodec.c
542 target/arm/usb-fw-pp502x.c
543 target/arm/philips/sa9200/backlight-sa9200.c
544 target/arm/philips/sa9200/button-sa9200.c
545 target/arm/philips/sa9200/lcd-sa9200.c
546 target/arm/philips/sa9200/power-sa9200.c
547 target/arm/philips/sa9200/powermgmt-sa9200.c
548 #endif /* SIMULATOR */
549 #endif /* PHILIPS_SA9200 */
551 #ifdef PHILIPS_HDD1630
552 #ifndef SIMULATOR
553 #ifndef BOOTLOADER
554 drivers/synaptics-mep.c
555 #endif /* BOOTLOADER */
556 target/arm/ata-as-arm.S
557 target/arm/ata-pp5020.c
558 target/arm/wmcodec-pp.c
559 target/arm/i2s-pp.c
560 target/arm/adc-pp5020.c
561 target/arm/philips/hdd1630/backlight-hdd1630.c
562 target/arm/philips/hdd1630/button-hdd1630.c
563 target/arm/philips/hdd1630/fmradio_i2c-hdd1630.c
564 target/arm/philips/hdd1630/lcd-hdd1630.c
565 target/arm/philips/hdd1630/lcd-as-hdd1630.S
566 target/arm/philips/hdd1630/power-hdd1630.c
567 target/arm/philips/hdd1630/powermgmt-hdd1630.c
568 target/arm/usb-fw-pp502x.c
569 #endif /* SIMULATOR */
570 #endif /* PHILIPS_HDD1630 */
572 #ifdef IAUDIO_X5
573 #ifndef SIMULATOR
574 target/coldfire/ata-as-coldfire.S
575 target/coldfire/pcf50606-coldfire.c
576 target/coldfire/iaudio/adc-iaudio.c
577 target/coldfire/iaudio/ata-iaudio.c
578 target/coldfire/iaudio/lcd-remote-as-iaudio.S
579 target/coldfire/iaudio/lcd-remote-iaudio.c
580 target/coldfire/iaudio/pcf50606-iaudio.c
581 target/coldfire/iaudio/powermgmt-iaudio.c
582 target/coldfire/iaudio/system-iaudio.c
583 target/coldfire/iaudio/usb-iaudio.c
584 target/coldfire/iaudio/x5/backlight-x5.c
585 target/coldfire/iaudio/x5/button-x5.c
586 target/coldfire/iaudio/x5/ds2411-x5.c
587 target/coldfire/iaudio/x5/fmradio_i2c-x5.c
588 target/coldfire/iaudio/x5/lcd-as-x5.S
589 target/coldfire/iaudio/x5/lcd-x5.c
590 target/coldfire/iaudio/x5/m5636-x5.c
591 target/coldfire/iaudio/x5/power-x5.c
592 #ifndef BOOTLOADER
593 target/coldfire/iaudio/x5/audio-x5.c
594 #endif
595 #endif /* SIMULATOR */
596 #endif /* IAUDIO_X5 */
598 #ifdef IAUDIO_M5
599 #ifndef SIMULATOR
600 target/coldfire/ata-as-coldfire.S
601 target/coldfire/pcf50606-coldfire.c
602 target/coldfire/iaudio/adc-iaudio.c
603 target/coldfire/iaudio/ata-iaudio.c
604 target/coldfire/iaudio/lcd-remote-as-iaudio.S
605 target/coldfire/iaudio/lcd-remote-iaudio.c
606 target/coldfire/iaudio/m5/backlight-m5.c
607 target/coldfire/iaudio/m5/button-m5.c
608 target/coldfire/iaudio/m5/lcd-as-m5.S
609 target/coldfire/iaudio/m5/lcd-m5.c
610 target/coldfire/iaudio/m5/power-m5.c
611 target/coldfire/iaudio/pcf50606-iaudio.c
612 target/coldfire/iaudio/powermgmt-iaudio.c
613 target/coldfire/iaudio/system-iaudio.c
614 target/coldfire/iaudio/usb-iaudio.c
615 #ifndef BOOTLOADER
616 target/coldfire/iaudio/m5/audio-m5.c
617 #endif
618 #endif /* SIMULATOR */
619 #endif /* IAUDIO_M5 */
621 #ifdef IAUDIO_M3
622 #ifndef SIMULATOR
623 target/coldfire/ata-as-coldfire.S
624 target/coldfire/iaudio/m3/adc-m3.c
625 target/coldfire/iaudio/m3/ata-m3.c
626 target/coldfire/iaudio/m3/backlight-m3.c
627 target/coldfire/iaudio/m3/button-m3.c
628 target/coldfire/iaudio/m3/fmradio_i2c-m3.c
629 target/coldfire/iaudio/m3/lcd-m3.c
630 target/coldfire/iaudio/m3/lcd-as-m3.S
631 target/coldfire/iaudio/m3/power-m3.c
632 target/coldfire/iaudio/m3/powermgmt-m3.c
633 target/coldfire/iaudio/m3/system-m3.c
634 target/coldfire/iaudio/m3/usb-m3.c
635 #ifndef BOOTLOADER
636 target/coldfire/iaudio/m3/audio-m3.c
637 #endif
638 #endif /* SIMULATOR */
639 #endif /* IAUDIO_M3 */
641 #ifdef IRIVER_IFP7XX_SERIES
642 #ifdef STUB
643 ifp_usb_serial.c
644 common/sscanf.c
645 #endif /* STUB */
646 #endif /* IRIVER_IFP7XX_SERIES */
648 #ifdef IRIVER_H300_SERIES
649 #ifndef SIMULATOR
650 target/coldfire/ata-as-coldfire.S
651 target/coldfire/pcf50606-coldfire.c
652 target/coldfire/iriver/ata-iriver.c
653 target/coldfire/iriver/lcd-remote-iriver.c
654 target/coldfire/iriver/lcd-remote-as-iriver.S
655 target/coldfire/iriver/system-iriver.c
656 target/coldfire/iriver/fmradio_i2c-iriver.c
657 target/coldfire/iriver/h300/sw_i2c-h300.c
658 target/coldfire/iriver/h300/adc-h300.c
659 target/coldfire/iriver/h300/backlight-h300.c
660 target/coldfire/iriver/h300/button-h300.c
661 target/coldfire/iriver/h300/pcf50606-h300.c
662 target/coldfire/iriver/h300/lcd-as-h300.S
663 target/coldfire/iriver/h300/lcd-h300.c
664 target/coldfire/iriver/h300/power-h300.c
665 target/coldfire/iriver/h300/powermgmt-h300.c
666 target/coldfire/iriver/h300/usb-h300.c
667 #ifndef BOOTLOADER
668 target/coldfire/iriver/audio-iriver.c
669 #endif
670 #endif /* SIMULATOR */
671 #endif /* IRIVER_H300_SERIES */
673 #ifdef IRIVER_H100_SERIES
674 #ifndef SIMULATOR
675 drivers/sw_i2c.c
676 target/coldfire/ata-as-coldfire.S
677 target/coldfire/iriver/ata-iriver.c
678 target/coldfire/iriver/lcd-remote-iriver.c
679 target/coldfire/iriver/lcd-remote-as-iriver.S
680 target/coldfire/iriver/system-iriver.c
681 target/coldfire/iriver/fmradio_i2c-iriver.c
682 target/coldfire/iriver/h100/adc-h100.c
683 target/coldfire/iriver/h100/backlight-h100.c
684 target/coldfire/iriver/h100/button-h100.c
685 target/coldfire/iriver/h100/lcd-as-h100.S
686 target/coldfire/iriver/h100/lcd-h100.c
687 target/coldfire/iriver/h100/power-h100.c
688 target/coldfire/iriver/h100/powermgmt-h100.c
689 #ifndef BOOTLOADER
690 target/coldfire/iriver/audio-iriver.c
691 target/coldfire/iriver/h100/spdif-h100.c
692 #endif
693 target/coldfire/iriver/h100/usb-h100.c
694 #endif /* SIMULATOR */
695 #endif /* IRIVER_H100_SERIES */
697 #ifdef IRIVER_H10
698 #ifndef SIMULATOR
699 target/arm/ata-as-arm.S
700 target/arm/ata-pp5020.c
701 target/arm/wmcodec-pp.c
702 target/arm/i2s-pp.c
703 target/arm/adc-pp5020.c
704 target/arm/iriver/h10/backlight-h10.c
705 target/arm/iriver/h10/button-h10.c
706 target/arm/iriver/h10/fmradio_i2c-h10.c
707 target/arm/iriver/h10/lcd-h10_20gb.c
708 target/arm/iriver/h10/lcd-as-h10.S
709 target/arm/iriver/h10/power-h10.c
710 target/arm/iriver/h10/powermgmt-h10.c
711 target/arm/usb-fw-pp502x.c
712 #endif /* SIMULATOR */
713 #endif /* IRIVER_H10 */
715 #ifdef IRIVER_H10_5GB
716 #ifndef SIMULATOR
717 target/arm/ata-as-arm.S
718 target/arm/ata-pp5020.c
719 target/arm/wmcodec-pp.c
720 target/arm/i2s-pp.c
721 target/arm/adc-pp5020.c
722 target/arm/iriver/h10/backlight-h10.c
723 target/arm/iriver/h10/button-h10.c
724 target/arm/iriver/h10/fmradio_i2c-h10.c
725 target/arm/iriver/h10/lcd-h10_5gb.c
726 target/arm/iriver/h10/power-h10.c
727 target/arm/iriver/h10/powermgmt-h10.c
728 target/arm/usb-fw-pp502x.c
729 #endif /* SIMULATOR */
730 #endif /* IRIVER_H10_5GB */
732 #ifdef GIGABEAT_F
733 #ifndef SIMULATOR
734 target/arm/lcd-as-memframe.S
735 target/arm/mmu-arm.S
736 target/arm/s3c2440/debug-s3c2440.c
737 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
738 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
739 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
740 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
741 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
742 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
743 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
744 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
745 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
746 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
747 #ifndef BOOTLOADER
748 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
749 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
750 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
751 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
752 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
753 #endif
754 #endif /* SIMULATOR */
755 #endif /* GIGABEAT_F */
757 #ifdef GIGABEAT_S
758 #ifndef SIMULATOR
759 target/arm/lcd-as-memframe.S
760 target/arm/mmu-arm.S
761 target/arm/imx31/debug-imx31.c
762 target/arm/imx31/rolo_restart.S
763 target/arm/imx31/gigabeat-s/adc-imx31.c
764 target/arm/imx31/gigabeat-s/ata-imx31.c
765 target/arm/imx31/gigabeat-s/avic-imx31.c
766 target/arm/imx31/gigabeat-s/backlight-imx31.c
767 target/arm/imx31/gigabeat-s/button-imx31.c
768 target/arm/imx31/gigabeat-s/clkctl-imx31.c
769 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
770 target/arm/imx31/gigabeat-s/gpio-imx31.c
771 target/arm/imx31/gigabeat-s/kernel-imx31.c
772 target/arm/imx31/gigabeat-s/i2c-imx31.c
773 target/arm/imx31/gigabeat-s/i2s-imx31.c
774 target/arm/imx31/gigabeat-s/lcd-imx31.c
775 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
776 target/arm/imx31/gigabeat-s/mc13783-imx31.c
777 target/arm/imx31/gigabeat-s/mmu-imx31.c
778 target/arm/imx31/gigabeat-s/power-imx31.c
779 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
780 target/arm/imx31/gigabeat-s/spi-imx31.c
781 target/arm/imx31/gigabeat-s/system-imx31.c
782 target/arm/imx31/gigabeat-s/usb-imx31.c
783 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
784 #ifndef BOOTLOADER
785 target/arm/imx31/sdma-imx31.c
786 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
787 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
788 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
789 target/arm/imx31/gigabeat-s/pcm-imx31.c
790 target/arm/imx31/gigabeat-s/timer-imx31.c
791 #endif
792 #endif /* SIMULATOR */
793 #endif /* GIGABEAT_S */
795 #if CONFIG_CPU == DM320
796 target/arm/tms320dm320/debug-dm320.c
797 target/arm/tms320dm320/dsp-dm320.c
798 target/arm/tms320dm320/i2c-dm320.c
799 target/arm/tms320dm320/kernel-dm320.c
800 target/arm/tms320dm320/spi-dm320.c
801 target/arm/tms320dm320/system-dm320.c
802 target/arm/tms320dm320/timer-dm320.c
803 target/arm/tms320dm320/uart-dm320.c
804 #endif /* CONFIG_CPU == DM320 */
806 #ifdef MROBE_500
807 #ifndef SIMULATOR
808 target/arm/lcd-as-memframe.S
809 target/arm/mmu-arm.S
810 target/arm/tms320dm320/mrobe-500/adc-mr500.c
811 target/arm/tms320dm320/mrobe-500/ata-mr500.c
812 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
813 target/arm/tms320dm320/mrobe-500/button-mr500.c
814 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
815 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
816 #if defined(HAVE_REMOTE_LCD)
817 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
818 #endif
819 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
820 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
821 target/arm/tms320dm320/mrobe-500/power-mr500.c
822 target/arm/tms320dm320/mrobe-500/usb-mr500.c
823 #endif /* SIMULATOR */
824 #endif /* MROBE_500 */
826 #ifdef CREATIVE_ZVx
827 #ifndef SIMULATOR
828 target/arm/ata-as-arm.S
829 target/arm/lcd-as-memframe.S
830 target/arm/mmu-arm.S
831 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
832 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
833 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
834 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
835 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
836 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
837 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
838 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
839 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
840 #endif /* SIMULATOR */
841 #endif /* CREATIVE_ZVx */
843 #ifdef MROBE_100
844 #ifndef SIMULATOR
845 #ifndef BOOTLOADER
846 drivers/synaptics-mep.c
847 #endif /* BOOTLOADER */
848 drivers/sw_i2c.c
849 target/arm/ata-as-arm.S
850 target/arm/ata-pp5020.c
851 target/arm/wmcodec-pp.c
852 target/arm/i2s-pp.c
853 target/arm/adc-pp5020.c
854 target/arm/olympus/mrobe-100/backlight-mr100.c
855 target/arm/olympus/mrobe-100/button-mr100.c
856 target/arm/olympus/mrobe-100/lcd-mr100.c
857 target/arm/olympus/mrobe-100/lcd-as-mr100.S
858 target/arm/olympus/mrobe-100/power-mr100.c
859 target/arm/olympus/mrobe-100/powermgmt-mr100.c
860 target/arm/usb-fw-pp502x.c
861 #endif /* SIMULATOR */
862 #endif /* MROBE_100 */
864 #ifdef ELIO_TPJ1022
865 #ifndef SIMULATOR
866 target/arm/ata-as-arm.S
867 target/arm/ata-pp5020.c
868 target/arm/wmcodec-pp.c
869 target/arm/i2s-pp.c
870 target/arm/adc-pp5020.c
871 target/arm/tatung/tpj1022/backlight-tpj1022.c
872 target/arm/tatung/tpj1022/button-tpj1022.c
873 target/arm/tatung/tpj1022/lcd-tpj1022.c
874 target/arm/tatung/tpj1022/power-tpj1022.c
875 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
876 target/arm/usb-fw-pp502x.c
877 #endif /* SIMULATOR */
878 #endif /* ELIO_TPJ1022 */
880 #ifdef IPOD_4G
881 #ifndef SIMULATOR
882 drivers/pcf50605.c
883 target/arm/wmcodec-pp.c
884 target/arm/i2s-pp.c
885 target/arm/ata-as-arm.S
886 target/arm/ata-pp5020.c
887 target/arm/ipod/adc-ipod-pcf.c
888 target/arm/ipod/backlight-4g_color.c
889 target/arm/ipod/button-clickwheel.c
890 target/arm/ipod/lcd-as-gray.S
891 target/arm/ipod/lcd-gray.c
892 target/arm/ipod/power-ipod.c
893 target/arm/ipod/powermgmt-ipod-pcf.c
894 target/arm/usb-fw-pp502x.c
895 #endif /* SIMULATOR */
896 #endif /* IPOD_4G */
898 #ifdef IPOD_COLOR
899 #ifndef SIMULATOR
900 drivers/pcf50605.c
901 target/arm/ata-as-arm.S
902 target/arm/ata-pp5020.c
903 target/arm/wmcodec-pp.c
904 target/arm/i2s-pp.c
905 target/arm/ipod/adc-ipod-pcf.c
906 target/arm/ipod/backlight-4g_color.c
907 target/arm/ipod/button-clickwheel.c
908 target/arm/ipod/lcd-color_nano.c
909 target/arm/ipod/power-ipod.c
910 target/arm/ipod/powermgmt-ipod-pcf.c
911 target/arm/usb-fw-pp502x.c
912 #endif /* SIMULATOR */
913 #endif /* IPOD_COLOR */
915 #ifdef IPOD_NANO
916 #ifndef SIMULATOR
917 drivers/pcf50605.c
918 target/arm/ata-as-arm.S
919 target/arm/ata-pp5020.c
920 target/arm/wmcodec-pp.c
921 target/arm/i2s-pp.c
922 target/arm/ipod/adc-ipod-pcf.c
923 target/arm/ipod/backlight-nano_video.c
924 target/arm/ipod/button-clickwheel.c
925 target/arm/ipod/lcd-color_nano.c
926 target/arm/ipod/power-ipod.c
927 target/arm/ipod/powermgmt-ipod-pcf.c
928 target/arm/usb-fw-pp502x.c
929 #endif /* SIMULATOR */
930 #endif /* IPOD_NANO */
932 #ifdef IPOD_VIDEO
933 #ifndef SIMULATOR
934 drivers/pcf50605.c
935 target/arm/ata-as-arm.S
936 target/arm/ata-pp5020.c
937 target/arm/wmcodec-pp.c
938 target/arm/i2s-pp.c
939 target/arm/ipod/adc-ipod-pcf.c
940 target/arm/ipod/backlight-nano_video.c
941 target/arm/ipod/button-clickwheel.c
942 target/arm/ipod/power-ipod.c
943 target/arm/ipod/powermgmt-ipod-pcf.c
944 target/arm/ipod/video/lcd-as-video.S
945 target/arm/ipod/video/lcd-video.c
946 target/arm/usb-fw-pp502x.c
947 #endif /* SIMULATOR */
948 #endif /* IPOD_VIDEO */
950 #ifdef IPOD_3G
951 #ifndef SIMULATOR
952 drivers/pcf50605.c
953 target/arm/ata-pp5002.c
954 target/arm/wmcodec-pp.c
955 target/arm/i2s-pp.c
956 target/arm/ipod/adc-ipod-pcf.c
957 target/arm/ipod/3g/backlight-3g.c
958 target/arm/ipod/button-1g-3g.c
959 target/arm/ipod/lcd-as-gray.S
960 target/arm/ipod/lcd-gray.c
961 target/arm/ipod/power-ipod.c
962 target/arm/ipod/powermgmt-ipod-pcf.c
963 target/arm/usb-fw-pp5002.c
964 #endif /* SIMULATOR */
965 #endif /* IPOD_3G */
967 #ifdef IPOD_1G2G
968 #ifndef SIMULATOR
969 target/arm/ata-pp5002.c
970 target/arm/wmcodec-pp.c
971 target/arm/i2s-pp.c
972 target/arm/ipod/1g2g/adc-ipod-1g2g.c
973 target/arm/ipod/1g2g/backlight-1g2g.c
974 target/arm/ipod/1g2g/powermgmt-1g2g.c
975 target/arm/ipod/button-1g-3g.c
976 target/arm/ipod/lcd-as-gray.S
977 target/arm/ipod/lcd-gray.c
978 target/arm/ipod/power-ipod.c
979 target/arm/usb-fw-pp5002.c
980 #endif /* SIMULATOR */
981 #endif /* IPOD_1G2G */
983 #ifdef IPOD_MINI
984 #ifndef SIMULATOR
985 drivers/pcf50605.c
986 target/arm/ata-as-arm.S
987 target/arm/ata-pp5020.c
988 target/arm/wmcodec-pp.c
989 target/arm/i2s-pp.c
990 target/arm/ipod/adc-ipod-pcf.c
991 target/arm/ipod/backlight-mini1g_mini2g.c
992 target/arm/ipod/button-mini1g.c
993 target/arm/ipod/lcd-as-gray.S
994 target/arm/ipod/lcd-gray.c
995 target/arm/ipod/power-ipod.c
996 target/arm/ipod/powermgmt-ipod-pcf.c
997 target/arm/usb-fw-pp502x.c
998 #endif /* SIMULATOR */
999 #endif /* IPOD_MINI */
1001 #ifdef IPOD_MINI2G
1002 #ifndef SIMULATOR
1003 drivers/pcf50605.c
1004 target/arm/ata-as-arm.S
1005 target/arm/ata-pp5020.c
1006 target/arm/wmcodec-pp.c
1007 target/arm/i2s-pp.c
1008 target/arm/ipod/adc-ipod-pcf.c
1009 target/arm/ipod/backlight-mini1g_mini2g.c
1010 target/arm/ipod/button-clickwheel.c
1011 target/arm/ipod/lcd-as-gray.S
1012 target/arm/ipod/lcd-gray.c
1013 target/arm/ipod/power-ipod.c
1014 target/arm/ipod/powermgmt-ipod-pcf.c
1015 target/arm/usb-fw-pp502x.c
1016 #endif /* SIMULATOR */
1017 #endif /* IPOD_MINI2G */
1019 #ifdef IRIVER_IFP7XX
1020 #ifndef SIMULATOR
1021 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1022 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1023 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1024 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1025 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1026 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1027 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
1028 #ifndef BOOTLOADER
1029 target/arm/pnx0101/pcm-pnx0101.c
1030 #endif /* BOOTLOADER */
1031 #endif /* SIMULATOR */
1032 #endif /* IRIVER_IFP7XX */
1034 #ifdef LOGIK_DAX
1035 #ifndef SIMULATOR
1036 drivers/nand_id.c
1037 target/arm/lcd-ssd1815.c
1038 target/arm/tcc77x/adc-tcc77x.c
1039 target/arm/tcc77x/kernel-tcc77x.c
1040 target/arm/tcc77x/powermgmt-tcc77x.c
1041 target/arm/tcc77x/system-tcc77x.c
1042 target/arm/tcc77x/timer-tcc77x.c
1043 target/arm/usb-tcc.c
1044 target/arm/tcc77x/logikdax/button-logikdax.c
1045 target/arm/tcc77x/logikdax/power-logikdax.c
1046 #ifndef BOOTLOADER
1047 target/arm/wmcodec-telechips.c
1048 target/arm/tcc77x/debug-tcc77x.c
1049 target/arm/pcm-telechips.c
1050 target/arm/tcc77x/logikdax/audio-logikdax.c
1051 #endif /* BOOTLOADER */
1052 #endif /* SIMULATOR */
1053 #endif /* LOGIK_DAX */
1055 #ifdef SANSA_M200
1056 #ifndef SIMULATOR
1057 drivers/nand_id.c
1058 target/arm/lcd-ssd1815.c
1059 target/arm/tcc77x/adc-tcc77x.c
1060 target/arm/tcc77x/kernel-tcc77x.c
1061 target/arm/tcc77x/powermgmt-tcc77x.c
1062 target/arm/tcc77x/system-tcc77x.c
1063 target/arm/tcc77x/timer-tcc77x.c
1064 target/arm/usb-tcc.c
1065 target/arm/tcc77x/m200/button-m200.c
1066 target/arm/tcc77x/m200/power-m200.c
1067 #ifndef BOOTLOADER
1068 target/arm/wmcodec-telechips.c
1069 target/arm/tcc77x/debug-tcc77x.c
1070 target/arm/pcm-telechips.c
1071 target/arm/tcc77x/m200/audio-m200.c
1072 #endif /* BOOTLOADER */
1073 #endif /* SIMULATOR */
1074 #endif /* SANSA_M200 */
1076 #ifdef SANSA_C100
1077 #ifndef SIMULATOR
1078 drivers/nand_id.c
1079 target/arm/tcc77x/adc-tcc77x.c
1080 target/arm/tcc77x/kernel-tcc77x.c
1081 target/arm/tcc77x/c100/lcd-S6B33B2.c
1082 target/arm/tcc77x/powermgmt-tcc77x.c
1083 target/arm/tcc77x/system-tcc77x.c
1084 target/arm/tcc77x/timer-tcc77x.c
1085 target/arm/usb-tcc.c
1086 target/arm/tcc77x/c100/button-c100.c
1087 target/arm/tcc77x/c100/power-c100.c
1088 #ifndef BOOTLOADER
1089 target/arm/tcc77x/debug-tcc77x.c
1090 target/arm/pcm-telechips.c
1091 #endif /* BOOTLOADER */
1092 #endif /* SIMULATOR */
1093 #endif /* SANSA_C100 */
1095 #ifdef SANSA_CLIP
1096 #ifndef SIMULATOR
1097 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1098 target/arm/as3525/sansa-clip/lcd-as-clip.S
1099 target/arm/as3525/sansa-clip/button-clip.c
1100 target/arm/as3525/sansa-clip/backlight-clip.c
1101 #ifndef BOOTLOADER
1102 target/arm/powermgmt-ascodec.c
1103 target/arm/as3525/sansa-clip/powermgmt-clip.c
1104 #endif /* !BOOTLOADER */
1105 #endif /* !SIMULATOR */
1106 #endif /* SANSA_CLIP */
1108 #ifdef SANSA_E200V2
1109 #ifndef SIMULATOR
1110 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1111 target/arm/as3525/sansa-e200v2/button-e200v2.c
1112 target/arm/as3525/backlight-e200v2-fuze.c
1113 #ifndef BOOTLOADER
1114 target/arm/as3525/powermgmt-as3525.c
1115 #endif /* !BOOTLOADER */
1116 #endif /* !SIMULATOR */
1117 #endif /* SANSA_E200V2 */
1119 #ifdef SANSA_C200V2
1120 #ifndef SIMULATOR
1121 target/arm/as3525/sansa-c200v2/lcd-c200v2.c
1122 target/arm/as3525/sansa-c200v2/button-c200v2.c
1123 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1124 #ifndef BOOTLOADER
1125 target/arm/as3525/powermgmt-as3525.c
1126 #endif /* !BOOTLOADER */
1127 #endif /* !SIMULATOR */
1128 #endif /* SANSA_E200V2 */
1130 #ifdef SANSA_M200V4
1131 #ifndef SIMULATOR
1132 target/arm/lcd-ssd1815.c
1133 target/arm/as3525/sansa-m200v4/button-m200v4.c
1134 #ifndef BOOTLOADER
1135 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1136 #endif /* !BOOTLOADER */
1137 #endif /* !SIMULATOR */
1138 #endif /* SANSA_M200V4 */
1140 #ifdef SANSA_FUZE
1141 #ifndef SIMULATOR
1142 target/arm/as3525/sansa-fuze/button-fuze.c
1143 target/arm/as3525/sansa-fuze/lcd-fuze.c
1144 target/arm/as3525/backlight-e200v2-fuze.c
1145 #ifndef BOOTLOADER
1146 target/arm/as3525/powermgmt-as3525.c
1147 #endif /* !BOOTLOADER */
1148 #endif /* !SIMULATOR */
1149 #endif /* SANSA_FUZE */
1151 #ifdef IAUDIO_7
1152 #ifndef SIMULATOR
1153 drivers/nand_id.c
1154 drivers/pcf50606.c
1155 target/arm/usb-tcc.c
1156 target/arm/tcc77x/system-tcc77x.c
1157 target/arm/tcc77x/kernel-tcc77x.c
1158 target/arm/tcc77x/timer-tcc77x.c
1159 target/arm/tcc77x/adc-tcc77x.c
1160 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1161 target/arm/tcc77x/iaudio7/power-iaudio7.c
1162 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1163 target/arm/tcc77x/iaudio7/button-iaudio7.c
1164 target/arm/tcc77x/iaudio7/ata2501.c
1165 #ifndef BOOTLOADER
1166 target/arm/wmcodec-telechips.c
1167 target/arm/pcm-telechips.c
1168 target/arm/tcc77x/debug-tcc77x.c
1169 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1170 #endif /* BOOTLOADER */
1171 #endif /* SIMULATOR */
1172 #endif /* IAUDIO_7 */
1174 #ifdef COWON_D2
1175 #ifndef SIMULATOR
1176 drivers/nand_id.c
1177 drivers/pcf50606.c
1178 target/arm/lcd-as-memframe.S
1179 target/arm/tcc780x/adc-tcc780x.c
1180 target/arm/tcc780x/system-tcc780x.c
1181 target/arm/tcc780x/cowond2/button-cowond2.c
1182 target/arm/tcc780x/cowond2/lcd-cowond2.c
1183 target/arm/tcc780x/cowond2/power-cowond2.c
1184 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1185 target/arm/tcc780x/cowond2/backlight-cowond2.c
1186 target/arm/usb-tcc.c
1187 #ifndef BOOTLOADER
1188 target/arm/tcc780x/kernel-tcc780x.c
1189 target/arm/tcc780x/timer-tcc780x.c
1190 target/arm/wmcodec-telechips.c
1191 target/arm/tcc780x/debug-tcc780x.c
1192 target/arm/pcm-telechips.c
1193 target/arm/tcc780x/cowond2/audio-cowond2.c
1194 #endif /* BOOTLOADER */
1195 #endif /* SIMULATOR */
1196 #endif /* COWON_D2 */
1198 #if CONFIG_CPU==S5L8700
1199 target/arm/s5l8700/system-s5l8700.c
1200 #endif
1202 #ifdef MEIZU_M6SL
1203 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1204 drivers/qt1106.c
1205 #ifndef SIMULATOR
1206 #ifndef BOOTLOADER
1207 #endif /* BOOTLOADER */
1208 #endif /* SIMULATOR */
1209 #endif /* MEIZU_M6SL */
1211 #ifdef MEIZU_M6SP
1212 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1213 #ifndef SIMULATOR
1214 #ifndef BOOTLOADER
1215 #endif /* BOOTLOADER */
1216 #endif /* SIMULATOR */
1217 #endif /* MEIZU_M6SP */
1219 #ifdef MEIZU_M3
1220 target/arm/s5l8700/meizu-m3/lcd-m3.c
1221 drivers/qt1106.c
1222 #ifndef SIMULATOR
1223 #ifndef BOOTLOADER
1224 #endif /* BOOTLOADER */
1225 #endif /* SIMULATOR */
1226 #endif /* MEIZU_M3 */
1228 #if CONFIG_CPU==JZ4732 && !defined(SIMULATOR)
1229 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1230 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1231 target/mips/ingenic_jz47xx/debug-jz4740.c
1232 target/mips/ingenic_jz47xx/kernel-jz4740.c
1233 target/mips/ingenic_jz47xx/i2c-jz4740.c
1234 target/mips/ingenic_jz47xx/lcd-jz4740.c
1235 target/mips/ingenic_jz47xx/system-jz4740.c
1236 target/mips/ingenic_jz47xx/usb-jz4740.c
1237 #ifndef BOOTLOADER
1238 target/mips/ingenic_jz47xx/codec-jz4740.c
1239 target/mips/ingenic_jz47xx/pcm-jz4740.c
1240 #endif
1241 drivers/nand_id.c
1242 #endif
1244 #if (defined(ONDA_VX747) || defined(ONDA_VX747P)) && !defined(SIMULATOR)
1245 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1246 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1247 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1248 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1249 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1250 #endif
1252 #if defined(ONDA_VX767) && !defined(SIMULATOR)
1253 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1254 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1255 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1256 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1257 #endif