Change manual remote keymap define to HAVE_REMOTE_KEYMAP to be more consistent with...
[kugel-rb.git] / firmware / SOURCES
blob5365d700402e78f4e7ae85c0f0f12560e4b71eb0
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 #elif (CONFIG_RTC == RTC_S35390A)
181 drivers/rtc/rtc_s35390a.c
182 #endif /* (CONFIG_RTC == RTC_) */
183 #endif /* SIMULATOR */
185 /* Tuner */
186 #if CONFIG_TUNER
187 tuner.c
188 #ifndef SIMULATOR
189 #if (CONFIG_TUNER & LV24020LP)
190 drivers/tuner/lv24020lp.c
191 #endif /* (CONFIG_TUNER & LV24020LP) */
192 #if (CONFIG_TUNER & S1A0903X01)
193 drivers/fmradio.c
194 drivers/tuner/s1a0903x01.c
195 #endif /* (CONFIG_TUNER & S1A0903X01) */
196 #if (CONFIG_TUNER & TEA5767)
197 drivers/tuner/tea5767.c
198 #endif /* (CONFIG_TUNER & TEA5767) */
199 #if (CONFIG_TUNER & SI4700)
200 drivers/tuner/si4700.c
201 #endif /* (CONFIG_TUNER & SI4700) */
202 #endif /*SIMULATOR */
203 #endif /* CONFIG_TUNER */
205 /* Sound */
206 #if CONFIG_CODEC != SWCODEC
207 mp3_playback.c
208 #endif /* CONFIG_CODEC != SWCODEC */
209 sound.c
211 #if CONFIG_CODEC == SWCODEC
213 #ifndef BOOTLOADER
214 pcm_sampr.c
215 pcm.c
216 #ifdef HAVE_RECORDING
217 enc_base.c
218 #endif /* HAVE_RECORDING */
219 #endif /* BOOTLOADER */
221 #else  /* !SWCODEC */
223 #ifndef BOOTLOADER
224 #ifndef SIMULATOR
225 drivers/mas.c
226 #endif /* SIMULATOR */
227 #endif /* BOOTLOADER */
229 #endif /* SWCODEC */
231 /* Audio codec */
232 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
233 #if defined(HAVE_UDA1380)
234 drivers/audio/uda1380.c
235 #elif defined(HAVE_WM8751)
236 drivers/audio/wm8751.c
237 #elif defined(HAVE_WM8978)
238 drivers/audio/wm8978.c
239 #elif defined(HAVE_WM8975)
240 drivers/audio/wm8975.c
241 #elif defined(HAVE_WM8985)
242 drivers/audio/wm8985.c
243 #elif defined(HAVE_WM8758)
244 drivers/audio/wm8758.c
245 #elif defined(HAVE_WM8711) \
246    || defined(HAVE_WM8721) \
247    || defined(HAVE_WM8731)
248 drivers/audio/wm8731.c
249 #elif defined(HAVE_AS3514)
250 drivers/audio/as3514.c
251 #elif defined(HAVE_TLV320)
252 drivers/audio/tlv320.c
253 #elif defined(HAVE_MAS35XX)
254 drivers/audio/mas35xx.c
255 #elif defined(HAVE_AK4537)
256 drivers/audio/ak4537.c
257 #endif /* defined(HAVE_*) */
258 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
260 /* USB Stack */
261 #if !defined(SIMULATOR)
262 #ifdef HAVE_USBSTACK
263 usbstack/usb_core.c
264 #ifdef USB_ENABLE_STORAGE
265 usbstack/usb_storage.c
266 #endif
267 #ifdef USB_ENABLE_SERIAL
268 usbstack/usb_serial.c
269 #endif
270 #ifdef USB_ENABLE_CHARGING_ONLY
271 usbstack/usb_charging_only.c
272 #endif
273 #ifdef USB_ENABLE_HID
274 usbstack/usb_hid.c
275 #endif
276 #if CONFIG_USBOTG == USBOTG_M66591
277 drivers/m66591.c
278 #elif CONFIG_USBOTG == USBOTG_ARC
279 target/arm/usb-drv-arc.c
280 #elif CONFIG_USBOTG == USBOTG_ISP1583
281 drivers/isp1583.c
282 #endif
283 #else /* !defined(HAVE_USBSTACK) */
284 #if CONFIG_USBOTG == USBOTG_ISP1362      
285 drivers/isp1362.c
286 #elif CONFIG_USBOTG == USBOTG_M5636      
287 drivers/m5636.c
288 #endif
289 #endif /* !defined(HAVE_USBSTACK) */
290 #endif /* !defined(SIMULATOR) */
292 /* Other Random Hardware */
293 #ifdef HAVE_TSC2100
294 #if !defined(SIMULATOR)
295 drivers/tsc2100.c
296 drivers/audio/tsc2100.c
297 #endif /* !SIMULATOR */
298 #endif
300 /* CPU Specific - By class then particular chip if applicable */
301 #if defined(CPU_SH)
303 #ifndef SIMULATOR
304 drivers/i2c.c
305 target/sh/adc-sh.c
306 target/sh/bitswap.S
307 target/sh/crt0.S
308 target/sh/kernel-sh.c
309 target/sh/memcpy-sh.S
310 target/sh/memmove-sh.S
311 target/sh/memset-sh.S
312 target/sh/strlen-sh.S
313 target/sh/system-sh.c
314 target/sh/archos/descramble.S
315 #endif /* SIMULATOR */
317 #elif defined(CPU_COLDFIRE)
319 #ifndef SIMULATOR
320 target/coldfire/crt0.S
321 #ifdef HAVE_PRIORITY_SCHEDULING
322 common/ffs.c
323 target/coldfire/ffs-coldfire.S
324 #endif
325 target/coldfire/memcpy-coldfire.S
326 target/coldfire/memmove-coldfire.S
327 target/coldfire/memset-coldfire.S
328 target/coldfire/strlen-coldfire.S
329 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
330  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
331 target/coldfire/memset16-coldfire.S
332 #endif
333 target/coldfire/kernel-coldfire.c
334 target/coldfire/system-coldfire.c
335 #ifndef BOOTLOADER
336 target/coldfire/pcm-coldfire.c
337 #endif /* BOOTLOADER */
338 #if CONFIG_I2C == I2C_COLDFIRE
339 target/coldfire/i2c-coldfire.c
340 #endif /* CONFIG_I2C == I2C_COLDFIRE */
341 #endif /* SIMULATOR */
343 #elif defined(CPU_PP) || defined(CPU_ARM)
344 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
345 target/arm/memcpy-arm.S
346 target/arm/memmove-arm.S
347 common/strlen.c
348 #ifndef SIMULATOR
349 target/arm/memset-arm.S
350 target/arm/memset16-arm.S
351 #ifdef HAVE_PRIORITY_SCHEDULING
352 target/arm/ffs-arm.S
353 #endif
354 target/arm/system-arm.c
355 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
356 target/arm/i2c-pp.c
357 #elif CONFIG_I2C == I2C_PNX0101
358 target/arm/pnx0101/i2c-pnx0101.c
359 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
360 target/arm/i2c-telechips.c
361 #elif CONFIG_I2C == I2C_S3C2440
362 /* no i2c driver yet */
363 #elif CONFIG_I2C == I2C_S5L8700
364 target/arm/s5l8700/i2c-s5l8700.c
365 #endif
367 #if CONFIG_CPU == PNX0101
368 target/arm/pnx0101/kernel-pnx0101.c
369 target/arm/pnx0101/system-pnx0101.c
370 #endif
372 #if CONFIG_CPU == AS3525
373 target/arm/as3525/system-as3525.c
374 target/arm/as3525/kernel-as3525.c
375 target/arm/as3525/ata_sd_as3525.c
376 target/arm/as3525/power-as3525.c
377 target/arm/as3525/usb-as3525.c
378 target/arm/as3525/dma-pl081.c
379 target/arm/as3525/ascodec-as3525.c
380 #ifndef BOOTLOADER
381 target/arm/mmu-arm.S
382 drivers/generic_i2c.c
383 target/arm/adc-as3514.c
384 target/arm/as3525/audio-as3525.c
385 target/arm/as3525/debug-as3525.c
386 target/arm/as3525/fmradio-i2c-as3525.c
387 target/arm/as3525/i2s-as3525.c
388 target/arm/as3525/pcm-as3525.c
389 #endif /* BOOTLOADER */
390 #endif /* CONFIG_CPU == AS3525 */
392 #if defined(CPU_PP)
393 target/arm/kernel-pp.c
394 #if CONFIG_CPU == PP5002
395 target/arm/system-pp5002.c
396 #elif defined CPU_PP502x
397 target/arm/system-pp502x.c
398 #endif
399 #ifdef BOOTLOADER
400 target/arm/crt0-pp-bl.S
401 #else
402 target/arm/pcm-pp.c
403 #if !defined(SANSA_E200) && !defined(SANSA_C200)
404 target/arm/audio-pp.c
405 #endif /* SANSA_E200 */
406 target/arm/crt0-pp.S
407 #endif
408 #elif CONFIG_CPU == PNX0101
409 target/arm/pnx0101/crt0-pnx0101.S
410 #elif CONFIG_CPU==DM320
411 target/arm/tms320dm320/crt0.S
412 #elif CONFIG_CPU==S3C2440
413 target/arm/s3c2440/crt0.S
414 #elif defined(CPU_TCC77X)
415 target/arm/tcc77x/crt0.S
416 #elif defined(CPU_TCC780X)
417 target/arm/tcc780x/crt0.S
418 #elif CONFIG_CPU==IMX31L
419 target/arm/imx31/crt0.S
420 #elif CONFIG_CPU==S5L8700
421 target/arm/s5l8700/crt0.S
422 #elif defined(CPU_ARM)
423 target/arm/crt0.S
424 #endif /* defined(CPU_*) */
425 #endif /* SIMULATOR */
427 #elif defined(CPU_MIPS)
428 #undef mips
429 /*target/mips/strlen.S*/
430 common/memmove.c
431 common/memset16.c
432 common/strlen.c
433 target/mips/ffs-mips.S
434 target/mips/memcpy-mips.S
435 target/mips/memset-mips.S
436 target/mips/mmu-mips.c
437 #if CONFIG_CPU==JZ4732
438 target/mips/ingenic_jz47xx/crt0.S
439 #endif /* CONFIG_CPU == JZ4732 */
441 #else
443 #ifdef HAVE_PRIORITY_SCHEDULING
444 common/ffs.c
445 #endif
446 common/memcpy.c
447 common/memmove.c
448 common/memset.c
449 common/memset16.c
450 common/strlen.c
451 #ifndef SIMULATOR
452 crt0.S
453 drivers/i2c.c
454 #endif /* SIMULATOR */
456 #endif /* defined(CPU_*) */
458 #ifdef ARCHOS_PLAYER
459 #ifndef SIMULATOR
460 target/sh/archos/ata-archos.c
461 target/sh/archos/ata-as-archos.S
462 target/sh/archos/player/button-player.c
463 target/sh/archos/player/hwcompat-player.c
464 target/sh/archos/player/lcd-as-player.S
465 target/sh/archos/player/lcd-player.c
466 target/sh/archos/player/power-player.c
467 target/sh/archos/player/powermgmt-player.c
468 target/sh/archos/player/usb-player.c
469 #endif /* SIMULATOR */
470 #endif /* ARCHOS_PLAYER */
472 #ifdef ARCHOS_RECORDER
473 #ifndef SIMULATOR
474 target/sh/archos/ata-archos.c
475 target/sh/archos/ata-as-archos.S
476 target/sh/archos/lcd-archos-bitmap.c
477 target/sh/archos/lcd-as-archos-bitmap.S   
478 target/sh/archos/recorder/button-recorder.c
479 target/sh/archos/recorder/power-recorder.c
480 target/sh/archos/recorder/powermgmt-recorder.c
481 target/sh/archos/recorder/usb-recorder.c
482 #endif /* SIMULATOR */
483 #endif /* ARCHOS_RECORDER */
485 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
486 #ifndef SIMULATOR
487 target/sh/archos/ata-archos.c
488 target/sh/archos/ata-as-archos.S
489 target/sh/archos/lcd-archos-bitmap.c
490 target/sh/archos/lcd-as-archos-bitmap.S
491 target/sh/archos/fm_v2/button-fm_v2.c
492 target/sh/archos/fm_v2/power-fm_v2.c
493 target/sh/archos/fm_v2/powermgmt-fm_v2.c
494 target/sh/archos/fm_v2/usb-fm_v2.c
495 #endif /* SIMULATOR */
496 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
498 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
499 #ifndef SIMULATOR
500 target/sh/archos/lcd-archos-bitmap.c
501 target/sh/archos/lcd-as-archos-bitmap.S
502 target/sh/archos/ondio/button-ondio.c
503 target/sh/archos/ondio/power-ondio.c
504 target/sh/archos/ondio/powermgmt-ondio.c
505 target/sh/archos/ondio/usb-ondio.c
506 #if (CONFIG_TUNER & TEA5767)
507 target/sh/archos/ondio/fmradio_i2c-ondio.c
508 #endif
509 #endif /* SIMULATOR */
510 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
512 #ifdef SANSA_E200
513 #ifndef SIMULATOR
514 target/arm/adc-as3514.c
515 target/arm/ascodec-pp.c
516 target/arm/ata-sd-pp.c
517 target/arm/lcd-as-memframe.S
518 target/arm/powermgmt-ascodec.c
519 target/arm/i2s-pp.c
520 target/arm/usb-fw-pp502x.c
521 target/arm/sandisk/backlight-c200_e200.c
522 target/arm/sandisk/power-c200_e200.c
523 target/arm/sandisk/sansa-e200/lcd-e200.c
524 target/arm/sandisk/sansa-e200/button-e200.c
525 target/arm/sandisk/sansa-e200/powermgmt-e200.c
526 #ifndef BOOTLOADER
527 target/arm/sandisk/audio-c200_e200.c
528 #endif /* BOOTLOADER */
529 #endif /* SIMULATOR */
530 #endif /* SANSA_E200 */
532 #ifdef SANSA_C200
533 #ifndef SIMULATOR
534 target/arm/adc-as3514.c
535 target/arm/ascodec-pp.c
536 target/arm/ata-sd-pp.c
537 target/arm/i2s-pp.c
538 target/arm/powermgmt-ascodec.c
539 target/arm/usb-fw-pp502x.c
540 target/arm/sandisk/backlight-c200_e200.c
541 target/arm/sandisk/power-c200_e200.c
542 target/arm/lcd-c200_c200v2.c
543 target/arm/sandisk/sansa-c200/lcd-as-c200.S
544 target/arm/sandisk/sansa-c200/button-c200.c
545 target/arm/sandisk/sansa-c200/powermgmt-c200.c
546 #ifndef BOOTLOADER
547 target/arm/sandisk/audio-c200_e200.c
548 #endif /* BOOTLOADER */
549 #endif /* SIMULATOR */
550 #endif /* SANSA_C200 */
552 #ifdef PHILIPS_SA9200
553 #ifndef SIMULATOR
554 #ifndef BOOTLOADER
555 drivers/synaptics-mep.c
556 #endif /* BOOTLOADER */
557 target/arm/adc-as3514.c
558 target/arm/ascodec-pp.c
559 target/arm/ata-sd-pp.c
560 target/arm/i2s-pp.c
561 target/arm/powermgmt-ascodec.c
562 target/arm/usb-fw-pp502x.c
563 target/arm/philips/sa9200/backlight-sa9200.c
564 target/arm/philips/sa9200/button-sa9200.c
565 target/arm/philips/sa9200/lcd-sa9200.c
566 target/arm/philips/sa9200/power-sa9200.c
567 target/arm/philips/sa9200/powermgmt-sa9200.c
568 #endif /* SIMULATOR */
569 #endif /* PHILIPS_SA9200 */
571 #ifdef PHILIPS_HDD1630
572 #ifndef SIMULATOR
573 #ifndef BOOTLOADER
574 drivers/synaptics-mep.c
575 #endif /* BOOTLOADER */
576 target/arm/ata-as-arm.S
577 target/arm/ata-pp5020.c
578 target/arm/wmcodec-pp.c
579 target/arm/i2s-pp.c
580 target/arm/adc-pp5020.c
581 target/arm/philips/hdd1630/backlight-hdd1630.c
582 target/arm/philips/hdd1630/button-hdd1630.c
583 target/arm/philips/hdd1630/fmradio_i2c-hdd1630.c
584 target/arm/philips/hdd1630/lcd-hdd1630.c
585 target/arm/philips/hdd1630/lcd-as-hdd1630.S
586 target/arm/philips/hdd1630/power-hdd1630.c
587 target/arm/philips/hdd1630/powermgmt-hdd1630.c
588 target/arm/usb-fw-pp502x.c
589 #endif /* SIMULATOR */
590 #endif /* PHILIPS_HDD1630 */
592 #ifdef IAUDIO_X5
593 #ifndef SIMULATOR
594 target/coldfire/ata-as-coldfire.S
595 target/coldfire/pcf50606-coldfire.c
596 target/coldfire/iaudio/adc-iaudio.c
597 target/coldfire/iaudio/ata-iaudio.c
598 target/coldfire/iaudio/fmradio_i2c-iaudio.c
599 target/coldfire/iaudio/lcd-remote-as-iaudio.S
600 target/coldfire/iaudio/lcd-remote-iaudio.c
601 target/coldfire/iaudio/pcf50606-iaudio.c
602 target/coldfire/iaudio/power-x5m5.c
603 target/coldfire/iaudio/powermgmt-iaudio.c
604 target/coldfire/iaudio/system-iaudio.c
605 target/coldfire/iaudio/usb-iaudio.c
606 target/coldfire/iaudio/x5/backlight-x5.c
607 target/coldfire/iaudio/x5/button-x5.c
608 target/coldfire/iaudio/x5/ds2411-x5.c
609 target/coldfire/iaudio/x5/lcd-as-x5.S
610 target/coldfire/iaudio/x5/lcd-x5.c
611 target/coldfire/iaudio/x5/m5636-x5.c
612 #ifndef BOOTLOADER
613 target/coldfire/iaudio/audio-iaudio.c
614 #endif
615 #endif /* SIMULATOR */
616 #endif /* IAUDIO_X5 */
618 #ifdef IAUDIO_M5
619 #ifndef SIMULATOR
620 target/coldfire/ata-as-coldfire.S
621 target/coldfire/pcf50606-coldfire.c
622 target/coldfire/iaudio/adc-iaudio.c
623 target/coldfire/iaudio/ata-iaudio.c
624 #ifdef HAVE_FMRADIO_IN  /* FM radio mod */
625 target/coldfire/iaudio/fmradio_i2c-iaudio.c
626 #endif
627 target/coldfire/iaudio/lcd-remote-as-iaudio.S
628 target/coldfire/iaudio/lcd-remote-iaudio.c
629 target/coldfire/iaudio/m5/backlight-m5.c
630 target/coldfire/iaudio/m5/button-m5.c
631 target/coldfire/iaudio/m5/lcd-as-m5.S
632 target/coldfire/iaudio/m5/lcd-m5.c
633 target/coldfire/iaudio/pcf50606-iaudio.c
634 target/coldfire/iaudio/power-x5m5.c
635 target/coldfire/iaudio/powermgmt-iaudio.c
636 target/coldfire/iaudio/system-iaudio.c
637 target/coldfire/iaudio/usb-iaudio.c
638 #ifndef BOOTLOADER
639 target/coldfire/iaudio/audio-iaudio.c
640 #endif
641 #endif /* SIMULATOR */
642 #endif /* IAUDIO_M5 */
644 #ifdef IAUDIO_M3
645 #ifndef SIMULATOR
646 target/coldfire/ata-as-coldfire.S
647 target/coldfire/iaudio/fmradio_i2c-iaudio.c
648 target/coldfire/iaudio/m3/adc-m3.c
649 target/coldfire/iaudio/m3/ata-m3.c
650 target/coldfire/iaudio/m3/backlight-m3.c
651 target/coldfire/iaudio/m3/button-m3.c
652 target/coldfire/iaudio/m3/lcd-m3.c
653 target/coldfire/iaudio/m3/lcd-as-m3.S
654 target/coldfire/iaudio/m3/power-m3.c
655 target/coldfire/iaudio/m3/powermgmt-m3.c
656 target/coldfire/iaudio/m3/system-m3.c
657 target/coldfire/iaudio/m3/usb-m3.c
658 #ifndef BOOTLOADER
659 target/coldfire/iaudio/audio-iaudio.c
660 #endif
661 #endif /* SIMULATOR */
662 #endif /* IAUDIO_M3 */
664 #ifdef IRIVER_IFP7XX_SERIES
665 #ifdef STUB
666 ifp_usb_serial.c
667 common/sscanf.c
668 #endif /* STUB */
669 #endif /* IRIVER_IFP7XX_SERIES */
671 #ifdef IRIVER_H300_SERIES
672 #ifndef SIMULATOR
673 target/coldfire/ata-as-coldfire.S
674 target/coldfire/pcf50606-coldfire.c
675 target/coldfire/iriver/ata-iriver.c
676 target/coldfire/iriver/lcd-remote-iriver.c
677 target/coldfire/iriver/lcd-remote-as-iriver.S
678 target/coldfire/iriver/system-iriver.c
679 target/coldfire/iriver/fmradio_i2c-iriver.c
680 target/coldfire/iriver/h300/sw_i2c-h300.c
681 target/coldfire/iriver/h300/adc-h300.c
682 target/coldfire/iriver/h300/backlight-h300.c
683 target/coldfire/iriver/h300/button-h300.c
684 target/coldfire/iriver/h300/pcf50606-h300.c
685 target/coldfire/iriver/h300/lcd-as-h300.S
686 target/coldfire/iriver/h300/lcd-h300.c
687 target/coldfire/iriver/h300/power-h300.c
688 target/coldfire/iriver/h300/powermgmt-h300.c
689 target/coldfire/iriver/h300/usb-h300.c
690 #ifndef BOOTLOADER
691 target/coldfire/iriver/audio-iriver.c
692 #endif
693 #endif /* SIMULATOR */
694 #endif /* IRIVER_H300_SERIES */
696 #ifdef IRIVER_H100_SERIES
697 #ifndef SIMULATOR
698 drivers/sw_i2c.c
699 target/coldfire/ata-as-coldfire.S
700 target/coldfire/iriver/ata-iriver.c
701 target/coldfire/iriver/lcd-remote-iriver.c
702 target/coldfire/iriver/lcd-remote-as-iriver.S
703 target/coldfire/iriver/system-iriver.c
704 target/coldfire/iriver/fmradio_i2c-iriver.c
705 target/coldfire/iriver/h100/adc-h100.c
706 target/coldfire/iriver/h100/backlight-h100.c
707 target/coldfire/iriver/h100/button-h100.c
708 target/coldfire/iriver/h100/lcd-as-h100.S
709 target/coldfire/iriver/h100/lcd-h100.c
710 target/coldfire/iriver/h100/power-h100.c
711 target/coldfire/iriver/h100/powermgmt-h100.c
712 #ifndef BOOTLOADER
713 target/coldfire/iriver/audio-iriver.c
714 target/coldfire/iriver/h100/spdif-h100.c
715 #endif
716 target/coldfire/iriver/h100/usb-h100.c
717 #endif /* SIMULATOR */
718 #endif /* IRIVER_H100_SERIES */
720 #ifdef IRIVER_H10
721 #ifndef SIMULATOR
722 target/arm/ata-as-arm.S
723 target/arm/ata-pp5020.c
724 target/arm/wmcodec-pp.c
725 target/arm/i2s-pp.c
726 target/arm/adc-pp5020.c
727 target/arm/iriver/h10/backlight-h10.c
728 target/arm/iriver/h10/button-h10.c
729 target/arm/iriver/h10/fmradio_i2c-h10.c
730 target/arm/iriver/h10/lcd-h10_20gb.c
731 target/arm/iriver/h10/lcd-as-h10.S
732 target/arm/iriver/h10/power-h10.c
733 target/arm/iriver/h10/powermgmt-h10.c
734 target/arm/usb-fw-pp502x.c
735 #endif /* SIMULATOR */
736 #endif /* IRIVER_H10 */
738 #ifdef IRIVER_H10_5GB
739 #ifndef SIMULATOR
740 target/arm/ata-as-arm.S
741 target/arm/ata-pp5020.c
742 target/arm/wmcodec-pp.c
743 target/arm/i2s-pp.c
744 target/arm/adc-pp5020.c
745 target/arm/iriver/h10/backlight-h10.c
746 target/arm/iriver/h10/button-h10.c
747 target/arm/iriver/h10/fmradio_i2c-h10.c
748 target/arm/iriver/h10/lcd-h10_5gb.c
749 target/arm/iriver/h10/power-h10.c
750 target/arm/iriver/h10/powermgmt-h10.c
751 target/arm/usb-fw-pp502x.c
752 #endif /* SIMULATOR */
753 #endif /* IRIVER_H10_5GB */
755 #ifdef GIGABEAT_F
756 #ifndef SIMULATOR
757 target/arm/lcd-as-memframe.S
758 target/arm/mmu-arm.S
759 target/arm/s3c2440/debug-s3c2440.c
760 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
761 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
762 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
763 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
764 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
765 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
766 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
767 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
768 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
769 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
770 #ifndef BOOTLOADER
771 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
772 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
773 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
774 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
775 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
776 #endif
777 #endif /* SIMULATOR */
778 #endif /* GIGABEAT_F */
780 #ifdef GIGABEAT_S
781 #ifndef SIMULATOR
782 target/arm/lcd-as-memframe.S
783 target/arm/mmu-arm.S
784 target/arm/imx31/ccm-imx31.c
785 target/arm/imx31/debug-imx31.c
786 target/arm/imx31/rolo_restart.S
787 target/arm/imx31/sdma-imx31.c
788 target/arm/imx31/gigabeat-s/adc-imx31.c
789 target/arm/imx31/gigabeat-s/ata-imx31.c
790 target/arm/imx31/gigabeat-s/avic-imx31.c
791 target/arm/imx31/gigabeat-s/backlight-imx31.c
792 target/arm/imx31/gigabeat-s/button-imx31.c
793 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
794 target/arm/imx31/gigabeat-s/gpio-imx31.c
795 target/arm/imx31/gigabeat-s/kernel-imx31.c
796 target/arm/imx31/gigabeat-s/i2c-imx31.c
797 target/arm/imx31/gigabeat-s/i2s-imx31.c
798 target/arm/imx31/gigabeat-s/lcd-imx31.c
799 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
800 target/arm/imx31/gigabeat-s/mc13783-imx31.c
801 target/arm/imx31/gigabeat-s/mmu-imx31.c
802 target/arm/imx31/gigabeat-s/power-imx31.c
803 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
804 target/arm/imx31/gigabeat-s/spi-imx31.c
805 target/arm/imx31/gigabeat-s/system-imx31.c
806 target/arm/imx31/gigabeat-s/usb-imx31.c
807 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
808 #ifndef BOOTLOADER
809 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
810 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
811 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
812 target/arm/imx31/gigabeat-s/pcm-imx31.c
813 target/arm/imx31/gigabeat-s/timer-imx31.c
814 #endif
815 #endif /* SIMULATOR */
816 #endif /* GIGABEAT_S */
818 #if CONFIG_CPU == DM320
819 target/arm/tms320dm320/debug-dm320.c
820 target/arm/tms320dm320/dsp-dm320.c
821 target/arm/tms320dm320/i2c-dm320.c
822 target/arm/tms320dm320/kernel-dm320.c
823 target/arm/tms320dm320/spi-dm320.c
824 target/arm/tms320dm320/system-dm320.c
825 target/arm/tms320dm320/timer-dm320.c
826 target/arm/tms320dm320/uart-dm320.c
827 #endif /* CONFIG_CPU == DM320 */
829 #ifdef MROBE_500
830 #ifndef SIMULATOR
831 target/arm/lcd-as-memframe.S
832 target/arm/mmu-arm.S
833 target/arm/tms320dm320/mrobe-500/adc-mr500.c
834 target/arm/tms320dm320/mrobe-500/ata-mr500.c
835 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
836 target/arm/tms320dm320/mrobe-500/button-mr500.c
837 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
838 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
839 #if defined(HAVE_REMOTE_LCD)
840 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
841 #endif
842 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
843 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
844 target/arm/tms320dm320/mrobe-500/power-mr500.c
845 target/arm/tms320dm320/mrobe-500/usb-mr500.c
846 #endif /* SIMULATOR */
847 #endif /* MROBE_500 */
849 #ifdef CREATIVE_ZVx
850 #ifndef SIMULATOR
851 target/arm/ata-as-arm.S
852 target/arm/lcd-as-memframe.S
853 target/arm/mmu-arm.S
854 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
855 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
856 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
857 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
858 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
859 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
860 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
861 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
862 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
863 #endif /* SIMULATOR */
864 #endif /* CREATIVE_ZVx */
866 #ifdef MROBE_100
867 #ifndef SIMULATOR
868 #ifndef BOOTLOADER
869 drivers/synaptics-mep.c
870 #endif /* BOOTLOADER */
871 drivers/sw_i2c.c
872 target/arm/ata-as-arm.S
873 target/arm/ata-pp5020.c
874 target/arm/wmcodec-pp.c
875 target/arm/i2s-pp.c
876 target/arm/adc-pp5020.c
877 target/arm/olympus/mrobe-100/backlight-mr100.c
878 target/arm/olympus/mrobe-100/button-mr100.c
879 target/arm/olympus/mrobe-100/lcd-mr100.c
880 target/arm/olympus/mrobe-100/lcd-as-mr100.S
881 target/arm/olympus/mrobe-100/power-mr100.c
882 target/arm/olympus/mrobe-100/powermgmt-mr100.c
883 target/arm/usb-fw-pp502x.c
884 #endif /* SIMULATOR */
885 #endif /* MROBE_100 */
887 #ifdef ELIO_TPJ1022
888 #ifndef SIMULATOR
889 target/arm/ata-as-arm.S
890 target/arm/ata-pp5020.c
891 target/arm/wmcodec-pp.c
892 target/arm/i2s-pp.c
893 target/arm/adc-pp5020.c
894 target/arm/tatung/tpj1022/backlight-tpj1022.c
895 target/arm/tatung/tpj1022/button-tpj1022.c
896 target/arm/tatung/tpj1022/lcd-tpj1022.c
897 target/arm/tatung/tpj1022/power-tpj1022.c
898 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
899 target/arm/usb-fw-pp502x.c
900 #endif /* SIMULATOR */
901 #endif /* ELIO_TPJ1022 */
903 #ifdef IPOD_4G
904 #ifndef SIMULATOR
905 drivers/pcf50605.c
906 target/arm/wmcodec-pp.c
907 target/arm/i2s-pp.c
908 target/arm/ata-as-arm.S
909 target/arm/ata-pp5020.c
910 target/arm/ipod/adc-ipod-pcf.c
911 target/arm/ipod/backlight-4g_color.c
912 target/arm/ipod/button-clickwheel.c
913 target/arm/ipod/lcd-as-gray.S
914 target/arm/ipod/lcd-gray.c
915 target/arm/ipod/power-ipod.c
916 target/arm/ipod/powermgmt-ipod-pcf.c
917 target/arm/usb-fw-pp502x.c
918 #endif /* SIMULATOR */
919 #endif /* IPOD_4G */
921 #ifdef IPOD_COLOR
922 #ifndef SIMULATOR
923 drivers/pcf50605.c
924 target/arm/ata-as-arm.S
925 target/arm/ata-pp5020.c
926 target/arm/wmcodec-pp.c
927 target/arm/i2s-pp.c
928 target/arm/ipod/adc-ipod-pcf.c
929 target/arm/ipod/backlight-4g_color.c
930 target/arm/ipod/button-clickwheel.c
931 target/arm/ipod/lcd-color_nano.c
932 target/arm/ipod/power-ipod.c
933 target/arm/ipod/powermgmt-ipod-pcf.c
934 target/arm/usb-fw-pp502x.c
935 #endif /* SIMULATOR */
936 #endif /* IPOD_COLOR */
938 #ifdef IPOD_NANO
939 #ifndef SIMULATOR
940 drivers/pcf50605.c
941 target/arm/ata-as-arm.S
942 target/arm/ata-pp5020.c
943 target/arm/wmcodec-pp.c
944 target/arm/i2s-pp.c
945 target/arm/ipod/adc-ipod-pcf.c
946 target/arm/ipod/backlight-nano_video.c
947 target/arm/ipod/button-clickwheel.c
948 target/arm/ipod/lcd-color_nano.c
949 target/arm/ipod/power-ipod.c
950 target/arm/ipod/powermgmt-ipod-pcf.c
951 target/arm/usb-fw-pp502x.c
952 #endif /* SIMULATOR */
953 #endif /* IPOD_NANO */
955 #ifdef IPOD_VIDEO
956 #ifndef SIMULATOR
957 drivers/pcf50605.c
958 target/arm/ata-as-arm.S
959 target/arm/ata-pp5020.c
960 target/arm/wmcodec-pp.c
961 target/arm/i2s-pp.c
962 target/arm/ipod/adc-ipod-pcf.c
963 target/arm/ipod/backlight-nano_video.c
964 target/arm/ipod/button-clickwheel.c
965 target/arm/ipod/power-ipod.c
966 target/arm/ipod/powermgmt-ipod-pcf.c
967 target/arm/ipod/video/lcd-as-video.S
968 target/arm/ipod/video/lcd-video.c
969 target/arm/usb-fw-pp502x.c
970 #endif /* SIMULATOR */
971 #endif /* IPOD_VIDEO */
973 #ifdef IPOD_3G
974 #ifndef SIMULATOR
975 drivers/pcf50605.c
976 target/arm/ata-pp5002.c
977 target/arm/wmcodec-pp.c
978 target/arm/i2s-pp.c
979 target/arm/ipod/adc-ipod-pcf.c
980 target/arm/ipod/3g/backlight-3g.c
981 target/arm/ipod/button-1g-3g.c
982 target/arm/ipod/lcd-as-gray.S
983 target/arm/ipod/lcd-gray.c
984 target/arm/ipod/power-ipod.c
985 target/arm/ipod/powermgmt-ipod-pcf.c
986 target/arm/usb-fw-pp5002.c
987 #endif /* SIMULATOR */
988 #endif /* IPOD_3G */
990 #ifdef IPOD_1G2G
991 #ifndef SIMULATOR
992 target/arm/ata-pp5002.c
993 target/arm/wmcodec-pp.c
994 target/arm/i2s-pp.c
995 target/arm/ipod/1g2g/adc-ipod-1g2g.c
996 target/arm/ipod/1g2g/backlight-1g2g.c
997 target/arm/ipod/1g2g/powermgmt-1g2g.c
998 target/arm/ipod/button-1g-3g.c
999 target/arm/ipod/lcd-as-gray.S
1000 target/arm/ipod/lcd-gray.c
1001 target/arm/ipod/power-ipod.c
1002 target/arm/usb-fw-pp5002.c
1003 #endif /* SIMULATOR */
1004 #endif /* IPOD_1G2G */
1006 #ifdef IPOD_MINI
1007 #ifndef SIMULATOR
1008 drivers/pcf50605.c
1009 target/arm/ata-as-arm.S
1010 target/arm/ata-pp5020.c
1011 target/arm/wmcodec-pp.c
1012 target/arm/i2s-pp.c
1013 target/arm/ipod/adc-ipod-pcf.c
1014 target/arm/ipod/backlight-mini1g_mini2g.c
1015 target/arm/ipod/button-mini1g.c
1016 target/arm/ipod/lcd-as-gray.S
1017 target/arm/ipod/lcd-gray.c
1018 target/arm/ipod/power-ipod.c
1019 target/arm/ipod/powermgmt-ipod-pcf.c
1020 target/arm/usb-fw-pp502x.c
1021 #endif /* SIMULATOR */
1022 #endif /* IPOD_MINI */
1024 #ifdef IPOD_MINI2G
1025 #ifndef SIMULATOR
1026 drivers/pcf50605.c
1027 target/arm/ata-as-arm.S
1028 target/arm/ata-pp5020.c
1029 target/arm/wmcodec-pp.c
1030 target/arm/i2s-pp.c
1031 target/arm/ipod/adc-ipod-pcf.c
1032 target/arm/ipod/backlight-mini1g_mini2g.c
1033 target/arm/ipod/button-clickwheel.c
1034 target/arm/ipod/lcd-as-gray.S
1035 target/arm/ipod/lcd-gray.c
1036 target/arm/ipod/power-ipod.c
1037 target/arm/ipod/powermgmt-ipod-pcf.c
1038 target/arm/usb-fw-pp502x.c
1039 #endif /* SIMULATOR */
1040 #endif /* IPOD_MINI2G */
1042 #ifdef IRIVER_IFP7XX
1043 #ifndef SIMULATOR
1044 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1045 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1046 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1047 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1048 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1049 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1050 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
1051 #ifndef BOOTLOADER
1052 target/arm/pnx0101/pcm-pnx0101.c
1053 #endif /* BOOTLOADER */
1054 #endif /* SIMULATOR */
1055 #endif /* IRIVER_IFP7XX */
1057 #ifdef LOGIK_DAX
1058 #ifndef SIMULATOR
1059 drivers/nand_id.c
1060 target/arm/lcd-ssd1815.c
1061 target/arm/tcc77x/adc-tcc77x.c
1062 target/arm/tcc77x/kernel-tcc77x.c
1063 target/arm/tcc77x/powermgmt-tcc77x.c
1064 target/arm/tcc77x/system-tcc77x.c
1065 target/arm/tcc77x/timer-tcc77x.c
1066 target/arm/usb-tcc.c
1067 target/arm/tcc77x/logikdax/button-logikdax.c
1068 target/arm/tcc77x/logikdax/power-logikdax.c
1069 #ifndef BOOTLOADER
1070 target/arm/wmcodec-telechips.c
1071 target/arm/tcc77x/debug-tcc77x.c
1072 target/arm/pcm-telechips.c
1073 target/arm/tcc77x/logikdax/audio-logikdax.c
1074 #endif /* BOOTLOADER */
1075 #endif /* SIMULATOR */
1076 #endif /* LOGIK_DAX */
1078 #ifdef SANSA_M200
1079 #ifndef SIMULATOR
1080 drivers/nand_id.c
1081 target/arm/lcd-ssd1815.c
1082 target/arm/tcc77x/adc-tcc77x.c
1083 target/arm/tcc77x/kernel-tcc77x.c
1084 target/arm/tcc77x/powermgmt-tcc77x.c
1085 target/arm/tcc77x/system-tcc77x.c
1086 target/arm/tcc77x/timer-tcc77x.c
1087 target/arm/usb-tcc.c
1088 target/arm/tcc77x/m200/button-m200.c
1089 target/arm/tcc77x/m200/power-m200.c
1090 #ifndef BOOTLOADER
1091 target/arm/wmcodec-telechips.c
1092 target/arm/tcc77x/debug-tcc77x.c
1093 target/arm/pcm-telechips.c
1094 target/arm/tcc77x/m200/audio-m200.c
1095 #endif /* BOOTLOADER */
1096 #endif /* SIMULATOR */
1097 #endif /* SANSA_M200 */
1099 #ifdef SANSA_C100
1100 #ifndef SIMULATOR
1101 drivers/nand_id.c
1102 target/arm/usb-tcc.c
1103 target/arm/tcc77x/system-tcc77x.c
1104 target/arm/tcc77x/kernel-tcc77x.c
1105 target/arm/tcc77x/timer-tcc77x.c
1106 target/arm/tcc77x/adc-tcc77x.c
1107 target/arm/tcc77x/powermgmt-tcc77x.c
1108 target/arm/tcc77x/c100/lcd-S6B33B2.c
1109 target/arm/tcc77x/c100/button-c100.c
1110 target/arm/tcc77x/c100/power-c100.c
1111 #ifndef BOOTLOADER
1112 target/arm/tcc77x/debug-tcc77x.c
1113 target/arm/pcm-telechips.c
1114 target/arm/tcc77x/c100/audio-c100.c
1115 #endif /* BOOTLOADER */
1116 #endif /* SIMULATOR */
1117 #endif /* SANSA_C100 */
1119 #ifdef SANSA_CLIP
1120 #ifndef SIMULATOR
1121 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1122 target/arm/as3525/sansa-clip/lcd-as-clip.S
1123 target/arm/as3525/sansa-clip/button-clip.c
1124 target/arm/as3525/sansa-clip/backlight-clip.c
1125 #ifndef BOOTLOADER
1126 target/arm/powermgmt-ascodec.c
1127 target/arm/as3525/sansa-clip/powermgmt-clip.c
1128 #endif /* !BOOTLOADER */
1129 #endif /* !SIMULATOR */
1130 #endif /* SANSA_CLIP */
1132 #ifdef SANSA_E200V2
1133 #ifndef SIMULATOR
1134 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1135 target/arm/as3525/lcd-as-e200v2-fuze.S
1136 target/arm/as3525/button-e200v2-fuze.c
1137 target/arm/as3525/backlight-e200v2-fuze.c
1138 #ifndef BOOTLOADER
1139 target/arm/powermgmt-ascodec.c
1140 target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c
1141 #endif /* !BOOTLOADER */
1142 #endif /* !SIMULATOR */
1143 #endif /* SANSA_E200V2 */
1145 #ifdef SANSA_C200V2
1146 #ifndef SIMULATOR
1147 target/arm/lcd-c200_c200v2.c
1148 target/arm/as3525/sansa-c200v2/button-c200v2.c
1149 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1150 #ifndef BOOTLOADER
1151 target/arm/as3525/powermgmt-as3525.c
1152 #endif /* !BOOTLOADER */
1153 #endif /* !SIMULATOR */
1154 #endif /* SANSA_E200V2 */
1156 #ifdef SANSA_M200V4
1157 #ifndef SIMULATOR
1158 target/arm/lcd-ssd1815.c
1159 target/arm/as3525/sansa-m200v4/button-m200v4.c
1160 #ifndef BOOTLOADER
1161 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1162 #endif /* !BOOTLOADER */
1163 #endif /* !SIMULATOR */
1164 #endif /* SANSA_M200V4 */
1166 #ifdef SANSA_FUZE
1167 #ifndef SIMULATOR
1168 target/arm/as3525/button-e200v2-fuze.c
1169 target/arm/as3525/sansa-fuze/lcd-fuze.c
1170 target/arm/as3525/lcd-as-e200v2-fuze.S
1171 target/arm/as3525/backlight-e200v2-fuze.c
1172 #ifndef BOOTLOADER
1173 target/arm/powermgmt-ascodec.c
1174 target/arm/as3525/sansa-fuze/powermgmt-fuze.c
1175 #endif /* !BOOTLOADER */
1176 #endif /* !SIMULATOR */
1177 #endif /* SANSA_FUZE */
1179 #ifdef IAUDIO_7
1180 #ifndef SIMULATOR
1181 drivers/nand_id.c
1182 drivers/pcf50606.c
1183 target/arm/usb-tcc.c
1184 target/arm/tcc77x/system-tcc77x.c
1185 target/arm/tcc77x/kernel-tcc77x.c
1186 target/arm/tcc77x/timer-tcc77x.c
1187 target/arm/tcc77x/adc-tcc77x.c
1188 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1189 target/arm/tcc77x/iaudio7/power-iaudio7.c
1190 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1191 target/arm/tcc77x/iaudio7/button-iaudio7.c
1192 target/arm/tcc77x/iaudio7/ata2501.c
1193 #ifndef BOOTLOADER
1194 target/arm/wmcodec-telechips.c
1195 target/arm/pcm-telechips.c
1196 target/arm/tcc77x/debug-tcc77x.c
1197 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1198 #endif /* BOOTLOADER */
1199 #endif /* SIMULATOR */
1200 #endif /* IAUDIO_7 */
1202 #ifdef COWON_D2
1203 #ifndef SIMULATOR
1204 drivers/nand_id.c
1205 drivers/pcf50606.c
1206 target/arm/lcd-as-memframe.S
1207 target/arm/tcc780x/adc-tcc780x.c
1208 target/arm/tcc780x/system-tcc780x.c
1209 target/arm/tcc780x/kernel-tcc780x.c
1210 target/arm/tcc780x/cowond2/button-cowond2.c
1211 target/arm/tcc780x/cowond2/lcd-cowond2.c
1212 target/arm/tcc780x/cowond2/power-cowond2.c
1213 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1214 target/arm/tcc780x/cowond2/backlight-cowond2.c
1215 target/arm/usb-tcc.c
1216 #ifndef BOOTLOADER
1217 target/arm/tcc780x/timer-tcc780x.c
1218 target/arm/wmcodec-telechips.c
1219 target/arm/tcc780x/debug-tcc780x.c
1220 target/arm/pcm-telechips.c
1221 target/arm/tcc780x/cowond2/audio-cowond2.c
1222 #endif /* BOOTLOADER */
1223 #endif /* SIMULATOR */
1224 #endif /* COWON_D2 */
1226 #if CONFIG_CPU==S5L8700
1227 target/arm/s5l8700/system-s5l8700.c
1228 #endif
1230 #ifdef MEIZU_M6SL
1231 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1232 drivers/qt1106.c
1233 #ifndef SIMULATOR
1234 #ifndef BOOTLOADER
1235 #endif /* BOOTLOADER */
1236 #endif /* SIMULATOR */
1237 #endif /* MEIZU_M6SL */
1239 #ifdef MEIZU_M6SP
1240 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1241 #ifndef SIMULATOR
1242 #ifndef BOOTLOADER
1243 #endif /* BOOTLOADER */
1244 #endif /* SIMULATOR */
1245 #endif /* MEIZU_M6SP */
1247 #ifdef MEIZU_M3
1248 target/arm/s5l8700/backlight-meizu.c
1249 target/arm/s5l8700/meizu-m3/lcd-m3.c
1250 drivers/qt1106.c
1251 #ifndef SIMULATOR
1252 #ifndef BOOTLOADER
1253 #endif /* BOOTLOADER */
1254 #endif /* SIMULATOR */
1255 #endif /* MEIZU_M3 */
1257 #ifndef SIMULATOR
1258 #if CONFIG_CPU == JZ4732
1259 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1260 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1261 target/mips/ingenic_jz47xx/debug-jz4740.c
1262 target/mips/ingenic_jz47xx/fmradio-i2c-jz4740.c
1263 target/mips/ingenic_jz47xx/kernel-jz4740.c
1264 target/mips/ingenic_jz47xx/i2c-jz4740.c
1265 target/mips/ingenic_jz47xx/lcd-jz4740.c
1266 target/mips/ingenic_jz47xx/system-jz4740.c
1267 target/mips/ingenic_jz47xx/usb-jz4740.c
1268 target/mips/ingenic_jz47xx/timer-jz4740.c
1269 #ifndef BOOTLOADER
1270 target/mips/ingenic_jz47xx/codec-jz4740.c
1271 target/mips/ingenic_jz47xx/pcm-jz4740.c
1272 #endif /* BOOTLOADER */
1273 drivers/nand_id.c
1274 #endif /* CONFIG_CPU == JZ4732 */
1276 #if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
1277 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1278 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1279 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1280 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1281 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1282 #endif /* ONDA_VX747 || ONDA_VX747P || ONDA_VX777 */
1284 #ifdef ONDA_VX767
1285 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1286 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1287 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1288 target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
1289 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1290 #endif /* ONDA_VX767 */
1292 #if defined(LYRE_PROTO1)
1293 target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
1294 target/arm/at91sam/lyre_proto1/backlight-lyre_proto1.c
1295 target/arm/at91sam/lyre_proto1/button-lyre_proto1.c
1296 target/arm/at91sam/lyre_proto1/crt0.S
1297 target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c
1298 target/arm/at91sam/lyre_proto1/kernel-lyre_proto1.c
1299 target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
1300 target/arm/at91sam/lyre_proto1/system-lyre_proto1.c
1301 target/arm/at91sam/lyre_proto1/timer-lyre_proto1.c
1302 #endif
1303 #endif /* SIMULATOR */
1305 #ifdef SAMSUNG_YH820
1306 #ifndef SIMULATOR
1307 target/arm/ata-as-arm.S
1308 target/arm/ata-pp5020.c
1309 target/arm/adc-pp5020.c
1310 target/arm/i2s-pp.c
1311 target/arm/usb-fw-pp502x.c
1312 target/arm/samsung/akcodec-yh82x_yh92x.c
1313 target/arm/samsung/button-yh82x_yh92x.c
1314 target/arm/samsung/power-yh82x_yh92x.c
1315 target/arm/samsung/yh820/backlight-yh820.c
1316 target/arm/samsung/yh820/lcd-yh820.c
1317 target/arm/samsung/yh820/lcd-as-yh820.S
1318 target/arm/samsung/yh820/powermgmt-yh820.c
1319 #endif /* SIMULATOR */
1320 #endif /* SAMSUNG_YH820 */
1322 #ifdef SAMSUNG_YH920
1323 #ifndef SIMULATOR
1324 target/arm/ata-as-arm.S
1325 target/arm/ata-pp5020.c
1326 target/arm/adc-pp5020.c
1327 target/arm/i2s-pp.c
1328 target/arm/usb-fw-pp502x.c
1329 target/arm/samsung/akcodec-yh82x_yh92x.c
1330 target/arm/samsung/button-yh82x_yh92x.c
1331 target/arm/samsung/power-yh82x_yh92x.c
1332 target/arm/samsung/yh920/backlight-yh920.c
1333 target/arm/samsung/yh920/lcd-yh920.c
1334 target/arm/samsung/yh920/powermgmt-yh920.c
1335 #endif /* SIMULATOR */
1336 #endif /* SAMSUNG_YH920 */
1338 #ifdef SAMSUNG_YH925
1339 #ifndef SIMULATOR
1340 target/arm/ata-as-arm.S
1341 target/arm/ata-pp5020.c
1342 target/arm/adc-pp5020.c
1343 target/arm/i2s-pp.c
1344 target/arm/usb-fw-pp502x.c
1345 target/arm/samsung/akcodec-yh82x_yh92x.c
1346 target/arm/samsung/button-yh82x_yh92x.c
1347 target/arm/samsung/power-yh82x_yh92x.c
1348 target/arm/samsung/yh925/backlight-yh925.c
1349 target/arm/samsung/yh925/lcd-yh925.c
1350 target/arm/samsung/yh925/lcd-as-yh925.S
1351 target/arm/samsung/yh925/powermgmt-yh925.c
1352 #endif /* SIMULATOR */
1353 #endif /* SAMSUNG_YH925 */