Add support to buildzip.pl for Lua scripts
[kugel-rb.git] / firmware / SOURCES
blobadb54c7a35b8bd3e0dc68a944d4622fea011dc6d
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/strlcpy.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 #if   defined(LCD_STRIDEFORMAT) && LCD_STRIDEFORMAT == VERTICAL_STRIDE
93 drivers/lcd-16bit-vert.c
94 #else
95 drivers/lcd-16bit.c
96 #endif
97 #endif /* LCD_DEPTH */
98 #endif /* HAVE_LCD_BITMAP */
100 #ifdef HAVE_REMOTE_LCD
101 #if LCD_REMOTE_DEPTH == 1
102 drivers/lcd-remote-1bit-v.c
103 #elif LCD_REMOTE_DEPTH == 2
104 drivers/lcd-remote-2bit-vi.c
105 #endif /* LCD_REMOTE_DEPTH */
106 #endif /* HAVE_REMOTE_LCD */
108 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
109     || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG)
110 backlight-sw-fading.c
111 #endif /* CONFIG_BACKLIGHT_FADING */
113 /* Misc. */
114 drivers/led.c
115 drivers/button.c
116 #ifndef SIMULATOR
117 #ifdef HAVE_DAC3550A
118 drivers/dac.c
119 #endif
120 #ifdef HAVE_SERIAL
121 drivers/serial.c
122 #endif
123 #endif /* SIMULATOR */
124 #ifdef HAVE_TOUCHSCREEN
125 drivers/touchscreen.c
126 #endif
129 /* Storage */
130 #ifndef SIMULATOR
131 #if (CONFIG_STORAGE & STORAGE_MMC)
132 drivers/ata_mmc.c
133 #endif
134 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
135 drivers/ata_flash.c
136 #endif
137 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
138 target/arm/ata-nand-telechips.c
139 #endif
140 #if (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
141 target/arm/s5l8700/ata-nand-s5l8700.c
142 #endif
143 #if (CONFIG_STORAGE & STORAGE_ATA)
144 drivers/ata.c
145 #endif
146 #if (CONFIG_STORAGE & STORAGE_SD)
147 drivers/sd.c
148 #endif
149 #if (CONFIG_STORAGE & STORAGE_RAMDISK)
150 drivers/ramdisk.c
151 #endif
152 #ifdef CONFIG_STORAGE_MULTI
153 storage.c
154 #endif
155 drivers/fat.c
156 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
157 hotswap.c
158 #endif
159 #endif /* SIMULATOR */
161 /* EEPROM */
162 #ifdef HAVE_EEPROM
163 drivers/eeprom_24cxx.c
164 #ifdef HAVE_EEPROM_SETTINGS
165 eeprom_settings.c
166 #endif /* HAVE_EEPROM_SETTINGS */
167 #endif /* HAVE_EEPROM */
169 /* RTC */
170 #ifndef SIMULATOR
171 #if (CONFIG_RTC == RTC_M41ST84W)
172 drivers/rtc/rtc_m41st84w.c
173 #elif (CONFIG_RTC == RTC_PCF50606)
174 drivers/rtc/rtc_pcf50606.c
175 #elif (CONFIG_RTC == RTC_PCF50605)
176 drivers/rtc/rtc_pcf50605.c
177 #elif (CONFIG_RTC == RTC_E8564)
178 drivers/rtc/rtc_e8564.c
179 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
180 drivers/rtc/rtc_ds1339_ds3231.c
181 #elif (CONFIG_RTC == RTC_S3C2440)
182 drivers/rtc/rtc_s3c2440.c
183 #elif (CONFIG_RTC == RTC_AS3514)
184 drivers/rtc/rtc_as3514.c
185 #elif (CONFIG_RTC == RTC_RX5X348AB)
186 drivers/rtc/rtc_rx5x348ab.c
187 #elif (CONFIG_RTC == RTC_MR100)
188 drivers/rtc/rtc_mr100.c
189 #elif (CONFIG_RTC == RTC_MC13783)
190 drivers/rtc/rtc_mc13783.c
191 #elif (CONFIG_RTC == RTC_TCC77X)
192 drivers/rtc/rtc_tcc77x.c
193 #elif (CONFIG_RTC == RTC_JZ47XX)
194 drivers/rtc/rtc_jz4740.c
195 #elif (CONFIG_RTC == RTC_S35390A)
196 drivers/rtc/rtc_s35390a.c
197 #elif (CONFIG_RTC == RTC_D2)
198 drivers/rtc/rtc_d2.c
199 #endif /* (CONFIG_RTC == RTC_) */
200 #endif /* SIMULATOR */
202 /* Tuner */
203 #if CONFIG_TUNER
204 tuner.c
205 #ifndef SIMULATOR
206 #if (CONFIG_TUNER & LV24020LP)
207 drivers/tuner/lv24020lp.c
208 #endif /* (CONFIG_TUNER & LV24020LP) */
209 #if (CONFIG_TUNER & S1A0903X01)
210 drivers/fmradio.c
211 drivers/tuner/s1a0903x01.c
212 #endif /* (CONFIG_TUNER & S1A0903X01) */
213 #if (CONFIG_TUNER & TEA5760)
214 drivers/tuner/tea5760uk.c
215 #endif
216 #if (CONFIG_TUNER & TEA5767)
217 drivers/tuner/tea5767.c
218 #endif /* (CONFIG_TUNER & TEA5767) */
219 #if (CONFIG_TUNER & SI4700)
220 drivers/tuner/si4700.c
221 #endif /* (CONFIG_TUNER & SI4700) */
222 #endif /*SIMULATOR */
223 #endif /* CONFIG_TUNER */
225 /* Sound */
226 #if CONFIG_CODEC != SWCODEC
227 mp3_playback.c
228 #endif /* CONFIG_CODEC != SWCODEC */
229 sound.c
231 #if CONFIG_CODEC == SWCODEC
233 #ifndef BOOTLOADER
234 pcm_sampr.c
235 pcm.c
236 #ifdef HAVE_RECORDING
237 enc_base.c
238 #endif /* HAVE_RECORDING */
239 #endif /* BOOTLOADER */
241 #else  /* !SWCODEC */
243 #ifndef BOOTLOADER
244 #ifndef SIMULATOR
245 drivers/mas.c
246 #endif /* SIMULATOR */
247 #endif /* BOOTLOADER */
249 #endif /* SWCODEC */
251 /* Audio codec */
252 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
253 #if defined(HAVE_UDA1380)
254 drivers/audio/uda1380.c
255 #elif defined(HAVE_WM8751)
256 drivers/audio/wm8751.c
257 #elif defined(HAVE_WM8978)
258 drivers/audio/wm8978.c
259 #elif defined(HAVE_WM8975)
260 drivers/audio/wm8975.c
261 #elif defined(HAVE_WM8985)
262 drivers/audio/wm8985.c
263 #elif defined(HAVE_WM8758)
264 drivers/audio/wm8758.c
265 #elif defined(HAVE_WM8711) \
266    || defined(HAVE_WM8721) \
267    || defined(HAVE_WM8731)
268 drivers/audio/wm8731.c
269 #elif defined(HAVE_AS3514)
270 drivers/audio/as3514.c
271 #elif defined(HAVE_TLV320)
272 drivers/audio/tlv320.c
273 #elif defined(HAVE_MAS35XX)
274 drivers/audio/mas35xx.c
275 #elif defined(HAVE_AK4537)
276 drivers/audio/ak4537.c
277 #elif defined(HAVE_UDA1341)
278 drivers/audio/uda1341.c
279 #endif /* defined(HAVE_*) */
280 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
282 /* USB Stack */
283 #if !defined(SIMULATOR)
284 #ifdef HAVE_USBSTACK
285 usbstack/usb_core.c
286 #ifdef USB_ENABLE_STORAGE
287 usbstack/usb_storage.c
288 #endif
289 #ifdef USB_ENABLE_SERIAL
290 usbstack/usb_serial.c
291 #endif
292 #ifdef USB_ENABLE_CHARGING_ONLY
293 usbstack/usb_charging_only.c
294 #endif
295 #ifdef USB_ENABLE_HID
296 usbstack/usb_hid.c
297 #endif
298 #if CONFIG_USBOTG == USBOTG_M66591
299 drivers/m66591.c
300 #elif CONFIG_USBOTG == USBOTG_ARC
301 target/arm/usb-drv-arc.c
302 #elif CONFIG_USBOTG == USBOTG_AS3525
303 target/arm/as3525/usb-drv-as3525.c
304 #elif CONFIG_USBOTG == USBOTG_ISP1583
305 drivers/isp1583.c
306 #endif
307 #else /* !defined(HAVE_USBSTACK) */
308 #if CONFIG_USBOTG == USBOTG_ISP1362      
309 drivers/isp1362.c
310 #elif CONFIG_USBOTG == USBOTG_M5636      
311 drivers/m5636.c
312 #endif
313 #endif /* !defined(HAVE_USBSTACK) */
314 #endif /* !defined(SIMULATOR) */
316 /* Other Random Hardware */
317 #ifdef HAVE_TSC2100
318 #if !defined(SIMULATOR)
319 drivers/tsc2100.c
320 drivers/audio/tsc2100.c
321 #endif /* !SIMULATOR */
322 #endif
324 /* CPU Specific - By class then particular chip if applicable */
325 #if defined(CPU_SH)
327 #ifndef SIMULATOR
328 drivers/i2c.c
329 target/sh/adc-sh.c
330 target/sh/bitswap.S
331 target/sh/crt0.S
332 target/sh/kernel-sh.c
333 target/sh/memcpy-sh.S
334 target/sh/memmove-sh.S
335 target/sh/memset-sh.S
336 target/sh/strlen-sh.S
337 target/sh/system-sh.c
338 target/sh/archos/descramble.S
339 #endif /* SIMULATOR */
341 #elif defined(CPU_COLDFIRE)
343 #ifndef SIMULATOR
344 target/coldfire/crt0.S
345 #ifdef HAVE_PRIORITY_SCHEDULING
346 common/ffs.c
347 target/coldfire/ffs-coldfire.S
348 #endif
349 target/coldfire/memcpy-coldfire.S
350 target/coldfire/memmove-coldfire.S
351 target/coldfire/memset-coldfire.S
352 target/coldfire/strlen-coldfire.S
353 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
354  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
355 target/coldfire/memset16-coldfire.S
356 #endif
357 target/coldfire/kernel-coldfire.c
358 target/coldfire/system-coldfire.c
359 target/coldfire/timer-coldfire.c
360 #ifndef BOOTLOADER
361 target/coldfire/pcm-coldfire.c
362 #endif /* BOOTLOADER */
363 #if CONFIG_I2C == I2C_COLDFIRE
364 target/coldfire/i2c-coldfire.c
365 #endif /* CONFIG_I2C == I2C_COLDFIRE */
366 #endif /* SIMULATOR */
368 #elif defined(CPU_PP) || defined(CPU_ARM)
369 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
370 target/arm/memcpy-arm.S
371 target/arm/memmove-arm.S
372 common/strlen.c
373 #ifndef SIMULATOR
374 target/arm/memset-arm.S
375 target/arm/memset16-arm.S
376 #ifdef HAVE_PRIORITY_SCHEDULING
377 target/arm/ffs-arm.S
378 #endif
379 target/arm/system-arm.c
380 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
381 target/arm/i2c-pp.c
382 #elif CONFIG_I2C == I2C_PNX0101
383 target/arm/pnx0101/i2c-pnx0101.c
384 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 
385 target/arm/i2c-telechips.c
386 #elif CONFIG_I2C == I2C_S3C2440
387 /* no i2c driver yet */
388 #elif CONFIG_I2C == I2C_S5L8700
389 target/arm/s5l8700/i2c-s5l8700.c
390 #endif
392 #if CONFIG_CPU == PNX0101
393 target/arm/pnx0101/kernel-pnx0101.c
394 target/arm/pnx0101/system-pnx0101.c
395 target/arm/pnx0101/timer-pnx0101.c
396 #endif
398 #if CONFIG_CPU == AS3525
399 target/arm/as3525/system-as3525.c
400 target/arm/as3525/kernel-as3525.c
401 target/arm/as3525/timer-as3525.c
402 target/arm/as3525/ata_sd_as3525.c
403 target/arm/as3525/power-as3525.c
404 target/arm/as3525/usb-as3525.c
405 target/arm/as3525/dma-pl081.c
406 target/arm/as3525/ascodec-as3525.c
407 #ifndef BOOTLOADER
408 target/arm/mmu-arm.S
409 drivers/generic_i2c.c
410 target/arm/adc-as3514.c
411 target/arm/as3525/audio-as3525.c
412 target/arm/as3525/debug-as3525.c
413 target/arm/as3525/fmradio-i2c-as3525.c
414 target/arm/as3525/i2s-as3525.c
415 target/arm/as3525/pcm-as3525.c
416 #endif /* BOOTLOADER */
417 #endif /* CONFIG_CPU == AS3525 */
419 #if defined(CPU_PP)
420 target/arm/kernel-pp.c
421 target/arm/timer-pp.c
422 #if CONFIG_CPU == PP5002
423 target/arm/system-pp5002.c
424 #elif defined CPU_PP502x
425 target/arm/system-pp502x.c
426 #endif
427 #ifdef BOOTLOADER
428 target/arm/crt0-pp-bl.S
429 #else
430 target/arm/pcm-pp.c
431 #if !defined(SANSA_E200) && !defined(SANSA_C200)
432 target/arm/audio-pp.c
433 #endif /* SANSA_E200 */
434 target/arm/crt0-pp.S
435 #endif
436 #elif CONFIG_CPU == PNX0101
437 target/arm/pnx0101/crt0-pnx0101.S
438 #elif CONFIG_CPU==DM320
439 target/arm/tms320dm320/crt0.S
440 #elif CONFIG_CPU==S3C2440
441 target/arm/s3c2440/crt0.S
442 #elif defined(CPU_TCC77X)
443 target/arm/tcc77x/crt0.S
444 #elif defined(CPU_TCC780X)
445 target/arm/tcc780x/crt0.S
446 #elif CONFIG_CPU==IMX31L
447 target/arm/imx31/crt0.S
448 #elif defined(CPU_S5L870X)
449 target/arm/s5l8700/crt0.S
450 #elif defined(CPU_ARM)
451 target/arm/crt0.S
452 #endif /* defined(CPU_*) */
453 #endif /* SIMULATOR */
455 #elif defined(CPU_MIPS)
456 #undef mips
457 /*target/mips/strlen.S*/
458 common/memmove.c
459 common/memset16.c
460 common/strlen.c
461 target/mips/ffs-mips.S
462 target/mips/memcpy-mips.S
463 target/mips/memset-mips.S
464 target/mips/mmu-mips.c
465 #if CONFIG_CPU==JZ4732
466 target/mips/ingenic_jz47xx/crt0.S
467 #endif /* CONFIG_CPU == JZ4732 */
469 #else
471 #ifdef HAVE_PRIORITY_SCHEDULING
472 common/ffs.c
473 #endif
474 common/memcpy.c
475 common/memmove.c
476 common/memset.c
477 common/memset16.c
478 common/strlen.c
479 #ifndef SIMULATOR
480 crt0.S
481 drivers/i2c.c
482 #endif /* SIMULATOR */
484 #endif /* defined(CPU_*) */
486 #ifdef ARCHOS_PLAYER
487 #ifndef SIMULATOR
488 target/sh/archos/ata-archos.c
489 target/sh/archos/timer-archos.c
490 target/sh/archos/ata-as-archos.S
491 target/sh/archos/player/button-player.c
492 target/sh/archos/player/hwcompat-player.c
493 target/sh/archos/player/lcd-as-player.S
494 target/sh/archos/player/lcd-player.c
495 target/sh/archos/player/power-player.c
496 target/sh/archos/player/powermgmt-player.c
497 target/sh/archos/player/usb-player.c
498 #endif /* SIMULATOR */
499 #endif /* ARCHOS_PLAYER */
501 #ifdef ARCHOS_RECORDER
502 #ifndef SIMULATOR
503 target/sh/archos/ata-archos.c
504 target/sh/archos/timer-archos.c
505 target/sh/archos/ata-as-archos.S
506 target/sh/archos/lcd-archos-bitmap.c
507 target/sh/archos/lcd-as-archos-bitmap.S   
508 target/sh/archos/recorder/button-recorder.c
509 target/sh/archos/recorder/power-recorder.c
510 target/sh/archos/recorder/powermgmt-recorder.c
511 target/sh/archos/recorder/usb-recorder.c
512 #endif /* SIMULATOR */
513 #endif /* ARCHOS_RECORDER */
515 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
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/lcd-archos-bitmap.c
521 target/sh/archos/lcd-as-archos-bitmap.S
522 target/sh/archos/fm_v2/button-fm_v2.c
523 target/sh/archos/fm_v2/power-fm_v2.c
524 target/sh/archos/fm_v2/powermgmt-fm_v2.c
525 target/sh/archos/fm_v2/usb-fm_v2.c
526 #endif /* SIMULATOR */
527 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
529 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
530 #ifndef SIMULATOR
531 target/sh/archos/timer-archos.c
532 target/sh/archos/lcd-archos-bitmap.c
533 target/sh/archos/lcd-as-archos-bitmap.S
534 target/sh/archos/ondio/button-ondio.c
535 target/sh/archos/ondio/power-ondio.c
536 target/sh/archos/ondio/powermgmt-ondio.c
537 target/sh/archos/ondio/usb-ondio.c
538 #if (CONFIG_TUNER & TEA5767)
539 target/sh/archos/ondio/fmradio_i2c-ondio.c
540 #endif
541 #endif /* SIMULATOR */
542 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
544 #ifdef SANSA_E200
545 #ifndef SIMULATOR
546 target/arm/adc-as3514.c
547 target/arm/ascodec-pp.c
548 target/arm/ata-sd-pp.c
549 target/arm/lcd-as-memframe.S
550 target/arm/powermgmt-ascodec.c
551 target/arm/i2s-pp.c
552 target/arm/usb-fw-pp502x.c
553 target/arm/sandisk/backlight-c200_e200.c
554 target/arm/sandisk/power-c200_e200.c
555 target/arm/sandisk/sansa-e200/lcd-e200.c
556 target/arm/sandisk/sansa-e200/button-e200.c
557 target/arm/sandisk/sansa-e200/powermgmt-e200.c
558 #ifndef BOOTLOADER
559 target/arm/sandisk/audio-c200_e200.c
560 #endif /* BOOTLOADER */
561 #endif /* SIMULATOR */
562 #endif /* SANSA_E200 */
564 #ifdef SANSA_C200
565 #ifndef SIMULATOR
566 target/arm/adc-as3514.c
567 target/arm/ascodec-pp.c
568 target/arm/ata-sd-pp.c
569 target/arm/i2s-pp.c
570 target/arm/powermgmt-ascodec.c
571 target/arm/usb-fw-pp502x.c
572 target/arm/sandisk/backlight-c200_e200.c
573 target/arm/sandisk/power-c200_e200.c
574 target/arm/lcd-c200_c200v2.c
575 target/arm/sandisk/sansa-c200/lcd-as-c200.S
576 target/arm/sandisk/sansa-c200/button-c200.c
577 target/arm/sandisk/sansa-c200/powermgmt-c200.c
578 #ifndef BOOTLOADER
579 target/arm/sandisk/audio-c200_e200.c
580 #endif /* BOOTLOADER */
581 #endif /* SIMULATOR */
582 #endif /* SANSA_C200 */
584 #ifdef SANSA_VIEW
585 #ifndef SIMULATOR
586 /* target/arm/ascodec-pp.c */
587 target/arm/ata-sd-pp.c
588 target/arm/lcd-as-memframe.S
589 target/arm/i2s-pp.c
590 /* target/arm/usb-fw-pp502x.c */
591 target/arm/sandisk/sansa-view/backlight-view.c
592 target/arm/sandisk/sansa-view/adc-view.c
593 target/arm/sandisk/sansa-view/power-view.c
594 target/arm/sandisk/sansa-view/lcd-view.c
595 target/arm/sandisk/sansa-view/button-view.c
596 target/arm/sandisk/sansa-view/powermgmt-view.c
597 #ifndef BOOTLOADER
598 /* target/arm/sandisk/audio-view.c */
599 #endif /* BOOTLOADER */
600 #endif /* SIMULATOR */
601 #endif /* SANSA_VIEW */
603 #ifdef PHILIPS_SA9200
604 #ifndef SIMULATOR
605 #ifndef BOOTLOADER
606 drivers/synaptics-mep.c
607 #endif /* BOOTLOADER */
608 target/arm/adc-as3514.c
609 target/arm/ascodec-pp.c
610 target/arm/ata-sd-pp.c
611 target/arm/i2s-pp.c
612 target/arm/powermgmt-ascodec.c
613 target/arm/usb-fw-pp502x.c
614 target/arm/philips/sa9200/backlight-sa9200.c
615 target/arm/philips/sa9200/button-sa9200.c
616 target/arm/philips/sa9200/lcd-sa9200.c
617 target/arm/philips/sa9200/power-sa9200.c
618 target/arm/philips/sa9200/powermgmt-sa9200.c
619 #endif /* SIMULATOR */
620 #endif /* PHILIPS_SA9200 */
622 #ifdef PHILIPS_HDD1630
623 #ifndef SIMULATOR
624 #ifndef BOOTLOADER
625 drivers/synaptics-mep.c
626 #endif /* BOOTLOADER */
627 target/arm/ata-as-arm.S
628 target/arm/ata-pp5020.c
629 target/arm/wmcodec-pp.c
630 target/arm/i2s-pp.c
631 target/arm/adc-pp5020.c
632 target/arm/philips/hdd1630/backlight-hdd1630.c
633 target/arm/philips/hdd1630/button-hdd1630.c
634 target/arm/philips/hdd1630/fmradio_i2c-hdd1630.c
635 target/arm/philips/hdd1630/lcd-hdd1630.c
636 target/arm/philips/hdd1630/lcd-as-hdd1630.S
637 target/arm/philips/hdd1630/power-hdd1630.c
638 target/arm/philips/hdd1630/powermgmt-hdd1630.c
639 target/arm/usb-fw-pp502x.c
640 #endif /* SIMULATOR */
641 #endif /* PHILIPS_HDD1630 */
643 #ifdef IAUDIO_X5
644 #ifndef SIMULATOR
645 target/coldfire/ata-as-coldfire.S
646 target/coldfire/pcf50606-coldfire.c
647 target/coldfire/iaudio/adc-iaudio.c
648 target/coldfire/iaudio/ata-iaudio.c
649 target/coldfire/iaudio/fmradio_i2c-iaudio.c
650 target/coldfire/iaudio/lcd-remote-as-iaudio.S
651 target/coldfire/iaudio/lcd-remote-iaudio.c
652 target/coldfire/iaudio/pcf50606-iaudio.c
653 target/coldfire/iaudio/power-x5m5.c
654 target/coldfire/iaudio/powermgmt-iaudio.c
655 target/coldfire/iaudio/system-iaudio.c
656 target/coldfire/iaudio/usb-iaudio.c
657 target/coldfire/iaudio/x5/backlight-x5.c
658 target/coldfire/iaudio/x5/button-x5.c
659 target/coldfire/iaudio/x5/ds2411-x5.c
660 target/coldfire/iaudio/x5/lcd-as-x5.S
661 target/coldfire/iaudio/x5/lcd-x5.c
662 target/coldfire/iaudio/x5/m5636-x5.c
663 #ifndef BOOTLOADER
664 target/coldfire/iaudio/audio-iaudio.c
665 #endif
666 #endif /* SIMULATOR */
667 #endif /* IAUDIO_X5 */
669 #ifdef IAUDIO_M5
670 #ifndef SIMULATOR
671 target/coldfire/ata-as-coldfire.S
672 target/coldfire/pcf50606-coldfire.c
673 target/coldfire/iaudio/adc-iaudio.c
674 target/coldfire/iaudio/ata-iaudio.c
675 #ifdef HAVE_FMRADIO_IN  /* FM radio mod */
676 target/coldfire/iaudio/fmradio_i2c-iaudio.c
677 #endif
678 target/coldfire/iaudio/lcd-remote-as-iaudio.S
679 target/coldfire/iaudio/lcd-remote-iaudio.c
680 target/coldfire/iaudio/m5/backlight-m5.c
681 target/coldfire/iaudio/m5/button-m5.c
682 target/coldfire/iaudio/m5/lcd-as-m5.S
683 target/coldfire/iaudio/m5/lcd-m5.c
684 target/coldfire/iaudio/pcf50606-iaudio.c
685 target/coldfire/iaudio/power-x5m5.c
686 target/coldfire/iaudio/powermgmt-iaudio.c
687 target/coldfire/iaudio/system-iaudio.c
688 target/coldfire/iaudio/usb-iaudio.c
689 #ifndef BOOTLOADER
690 target/coldfire/iaudio/audio-iaudio.c
691 #endif
692 #endif /* SIMULATOR */
693 #endif /* IAUDIO_M5 */
695 #ifdef IAUDIO_M3
696 #ifndef SIMULATOR
697 target/coldfire/ata-as-coldfire.S
698 target/coldfire/iaudio/fmradio_i2c-iaudio.c
699 target/coldfire/iaudio/m3/adc-m3.c
700 target/coldfire/iaudio/m3/ata-m3.c
701 target/coldfire/iaudio/m3/backlight-m3.c
702 target/coldfire/iaudio/m3/button-m3.c
703 target/coldfire/iaudio/m3/lcd-m3.c
704 target/coldfire/iaudio/m3/lcd-as-m3.S
705 target/coldfire/iaudio/m3/power-m3.c
706 target/coldfire/iaudio/m3/powermgmt-m3.c
707 target/coldfire/iaudio/m3/system-m3.c
708 target/coldfire/iaudio/m3/usb-m3.c
709 #ifndef BOOTLOADER
710 target/coldfire/iaudio/audio-iaudio.c
711 #endif
712 #endif /* SIMULATOR */
713 #endif /* IAUDIO_M3 */
715 #ifdef IRIVER_IFP7XX_SERIES
716 #ifdef STUB
717 ifp_usb_serial.c
718 common/sscanf.c
719 #endif /* STUB */
720 #endif /* IRIVER_IFP7XX_SERIES */
722 #ifdef IRIVER_H300_SERIES
723 #ifndef SIMULATOR
724 target/coldfire/ata-as-coldfire.S
725 target/coldfire/pcf50606-coldfire.c
726 target/coldfire/iriver/ata-iriver.c
727 target/coldfire/iriver/lcd-remote-iriver.c
728 target/coldfire/iriver/lcd-remote-as-iriver.S
729 target/coldfire/iriver/system-iriver.c
730 target/coldfire/iriver/fmradio_i2c-iriver.c
731 target/coldfire/iriver/h300/sw_i2c-h300.c
732 target/coldfire/iriver/h300/adc-h300.c
733 target/coldfire/iriver/h300/backlight-h300.c
734 target/coldfire/iriver/h300/button-h300.c
735 target/coldfire/iriver/h300/pcf50606-h300.c
736 target/coldfire/iriver/h300/lcd-as-h300.S
737 target/coldfire/iriver/h300/lcd-h300.c
738 target/coldfire/iriver/h300/power-h300.c
739 target/coldfire/iriver/h300/powermgmt-h300.c
740 target/coldfire/iriver/h300/usb-h300.c
741 #ifndef BOOTLOADER
742 target/coldfire/iriver/audio-iriver.c
743 target/coldfire/iriver/udacodec-iriver.c
744 #endif
745 #endif /* SIMULATOR */
746 #endif /* IRIVER_H300_SERIES */
748 #ifdef IRIVER_H100_SERIES
749 #ifndef SIMULATOR
750 drivers/sw_i2c.c
751 target/coldfire/ata-as-coldfire.S
752 target/coldfire/iriver/ata-iriver.c
753 target/coldfire/iriver/lcd-remote-iriver.c
754 target/coldfire/iriver/lcd-remote-as-iriver.S
755 target/coldfire/iriver/system-iriver.c
756 target/coldfire/iriver/fmradio_i2c-iriver.c
757 target/coldfire/iriver/h100/adc-h100.c
758 target/coldfire/iriver/h100/backlight-h100.c
759 target/coldfire/iriver/h100/button-h100.c
760 target/coldfire/iriver/h100/lcd-as-h100.S
761 target/coldfire/iriver/h100/lcd-h100.c
762 target/coldfire/iriver/h100/power-h100.c
763 target/coldfire/iriver/h100/powermgmt-h100.c
764 #ifndef BOOTLOADER
765 target/coldfire/iriver/audio-iriver.c
766 target/coldfire/iriver/udacodec-iriver.c
767 target/coldfire/iriver/h100/spdif-h100.c
768 #endif
769 target/coldfire/iriver/h100/usb-h100.c
770 #endif /* SIMULATOR */
771 #endif /* IRIVER_H100_SERIES */
773 #ifdef IRIVER_H10
774 #ifndef SIMULATOR
775 target/arm/ata-as-arm.S
776 target/arm/ata-pp5020.c
777 target/arm/wmcodec-pp.c
778 target/arm/i2s-pp.c
779 target/arm/adc-pp5020.c
780 target/arm/iriver/h10/backlight-h10.c
781 target/arm/iriver/h10/button-h10.c
782 target/arm/iriver/h10/fmradio_i2c-h10.c
783 target/arm/iriver/h10/lcd-h10_20gb.c
784 target/arm/iriver/h10/lcd-as-h10.S
785 target/arm/iriver/h10/power-h10.c
786 target/arm/iriver/h10/powermgmt-h10.c
787 target/arm/usb-fw-pp502x.c
788 #endif /* SIMULATOR */
789 #endif /* IRIVER_H10 */
791 #ifdef IRIVER_H10_5GB
792 #ifndef SIMULATOR
793 target/arm/ata-as-arm.S
794 target/arm/ata-pp5020.c
795 target/arm/wmcodec-pp.c
796 target/arm/i2s-pp.c
797 target/arm/adc-pp5020.c
798 target/arm/iriver/h10/backlight-h10.c
799 target/arm/iriver/h10/button-h10.c
800 target/arm/iriver/h10/fmradio_i2c-h10.c
801 target/arm/iriver/h10/lcd-h10_5gb.c
802 target/arm/iriver/h10/power-h10.c
803 target/arm/iriver/h10/powermgmt-h10.c
804 target/arm/usb-fw-pp502x.c
805 #endif /* SIMULATOR */
806 #endif /* IRIVER_H10_5GB */
808 #ifdef GIGABEAT_F
809 #ifndef SIMULATOR
810 target/arm/lcd-as-memframe.S
811 target/arm/mmu-arm.S
812 target/arm/s3c2440/adc-s3c2440.c
813 target/arm/s3c2440/debug-s3c2440.c
814 target/arm/s3c2440/kernel-s3c2440.c
815 target/arm/s3c2440/lcd-s3c2440.c
816 target/arm/s3c2440/system-s3c2440.c
817 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
818 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
819 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
820 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
821 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
822 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
823 #ifndef BOOTLOADER
824 target/arm/s3c2440/i2c-s3c2440.c
825 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
826 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
827 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
828 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
829 #endif
830 #endif /* SIMULATOR */
831 #endif /* GIGABEAT_F */
833 #ifdef GIGABEAT_S
834 #ifndef SIMULATOR
835 target/arm/lcd-as-memframe.S
836 target/arm/mmu-armv6.S
837 target/arm/imx31/ccm-imx31.c
838 target/arm/imx31/debug-imx31.c
839 target/arm/imx31/rolo_restart.S
840 target/arm/imx31/sdma-imx31.c
841 target/arm/imx31/gigabeat-s/adc-imx31.c
842 target/arm/imx31/gigabeat-s/ata-imx31.c
843 target/arm/imx31/gigabeat-s/avic-imx31.c
844 target/arm/imx31/gigabeat-s/backlight-imx31.c
845 target/arm/imx31/gigabeat-s/button-imx31.c
846 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
847 target/arm/imx31/gigabeat-s/gpio-imx31.c
848 target/arm/imx31/gigabeat-s/kernel-imx31.c
849 target/arm/imx31/gigabeat-s/i2c-imx31.c
850 target/arm/imx31/gigabeat-s/i2s-imx31.c
851 target/arm/imx31/gigabeat-s/lcd-imx31.c
852 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
853 target/arm/imx31/gigabeat-s/mc13783-imx31.c
854 target/arm/imx31/gigabeat-s/mmu-imx31.c
855 target/arm/imx31/gigabeat-s/power-imx31.c
856 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
857 target/arm/imx31/gigabeat-s/spi-imx31.c
858 target/arm/imx31/gigabeat-s/system-imx31.c
859 target/arm/imx31/gigabeat-s/usb-imx31.c
860 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
861 #ifndef BOOTLOADER
862 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
863 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
864 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
865 target/arm/imx31/gigabeat-s/pcm-imx31.c
866 target/arm/imx31/gigabeat-s/timer-imx31.c
867 #endif
868 #endif /* SIMULATOR */
869 #endif /* GIGABEAT_S */
871 #if CONFIG_CPU == DM320
872 target/arm/tms320dm320/debug-dm320.c
873 target/arm/tms320dm320/dsp-dm320.c
874 target/arm/tms320dm320/i2c-dm320.c
875 target/arm/tms320dm320/kernel-dm320.c
876 target/arm/tms320dm320/spi-dm320.c
877 target/arm/tms320dm320/system-dm320.c
878 target/arm/tms320dm320/timer-dm320.c
879 target/arm/tms320dm320/uart-dm320.c
880 #endif /* CONFIG_CPU == DM320 */
882 #ifdef MROBE_500
883 #ifndef SIMULATOR
884 target/arm/lcd-as-memframe.S
885 target/arm/mmu-arm.S
886 target/arm/tms320dm320/mrobe-500/adc-mr500.c
887 target/arm/tms320dm320/mrobe-500/ata-mr500.c
888 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
889 target/arm/tms320dm320/mrobe-500/button-mr500.c
890 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
891 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
892 #if defined(HAVE_REMOTE_LCD)
893 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
894 #endif
895 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
896 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
897 target/arm/tms320dm320/mrobe-500/power-mr500.c
898 target/arm/tms320dm320/mrobe-500/usb-mr500.c
899 #endif /* SIMULATOR */
900 #endif /* MROBE_500 */
902 #ifdef CREATIVE_ZVx
903 #ifndef SIMULATOR
904 target/arm/ata-as-arm.S
905 target/arm/lcd-as-memframe.S
906 target/arm/mmu-arm.S
907 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
908 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
909 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
910 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
911 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
912 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
913 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
914 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
915 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
916 #endif /* SIMULATOR */
917 #endif /* CREATIVE_ZVx */
919 #ifdef MROBE_100
920 #ifndef SIMULATOR
921 #ifndef BOOTLOADER
922 drivers/synaptics-mep.c
923 target/arm/olympus/mrobe-100/lcd-remote-mr100.c
924 #endif /* BOOTLOADER */
925 drivers/sw_i2c.c
926 target/arm/ata-as-arm.S
927 target/arm/ata-pp5020.c
928 target/arm/wmcodec-pp.c
929 target/arm/i2s-pp.c
930 target/arm/adc-pp5020.c
931 target/arm/olympus/mrobe-100/backlight-mr100.c
932 target/arm/olympus/mrobe-100/button-mr100.c
933 target/arm/olympus/mrobe-100/lcd-mr100.c
934 target/arm/olympus/mrobe-100/lcd-as-mr100.S
935 target/arm/olympus/mrobe-100/power-mr100.c
936 target/arm/olympus/mrobe-100/powermgmt-mr100.c
937 target/arm/usb-fw-pp502x.c
938 #endif /* SIMULATOR */
939 #endif /* MROBE_100 */
941 #ifdef ELIO_TPJ1022
942 #ifndef SIMULATOR
943 target/arm/ata-as-arm.S
944 target/arm/ata-pp5020.c
945 target/arm/wmcodec-pp.c
946 target/arm/i2s-pp.c
947 target/arm/adc-pp5020.c
948 target/arm/tatung/tpj1022/backlight-tpj1022.c
949 target/arm/tatung/tpj1022/button-tpj1022.c
950 target/arm/tatung/tpj1022/lcd-tpj1022.c
951 target/arm/tatung/tpj1022/power-tpj1022.c
952 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
953 target/arm/usb-fw-pp502x.c
954 #endif /* SIMULATOR */
955 #endif /* ELIO_TPJ1022 */
957 #ifdef IPOD_4G
958 #ifndef SIMULATOR
959 drivers/pcf50605.c
960 target/arm/wmcodec-pp.c
961 target/arm/i2s-pp.c
962 target/arm/ata-as-arm.S
963 target/arm/ata-pp5020.c
964 target/arm/ipod/adc-ipod-pcf.c
965 target/arm/ipod/backlight-4g_color.c
966 target/arm/ipod/button-clickwheel.c
967 target/arm/ipod/lcd-as-gray.S
968 target/arm/ipod/lcd-gray.c
969 target/arm/ipod/power-ipod.c
970 target/arm/ipod/powermgmt-ipod-pcf.c
971 target/arm/usb-fw-pp502x.c
972 #endif /* SIMULATOR */
973 #endif /* IPOD_4G */
975 #ifdef IPOD_COLOR
976 #ifndef SIMULATOR
977 drivers/pcf50605.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/ipod/adc-ipod-pcf.c
983 target/arm/ipod/backlight-4g_color.c
984 target/arm/ipod/button-clickwheel.c
985 target/arm/ipod/lcd-color_nano.c
986 target/arm/ipod/power-ipod.c
987 target/arm/ipod/powermgmt-ipod-pcf.c
988 target/arm/usb-fw-pp502x.c
989 #endif /* SIMULATOR */
990 #endif /* IPOD_COLOR */
992 #ifdef IPOD_NANO
993 #ifndef SIMULATOR
994 drivers/pcf50605.c
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/ipod/adc-ipod-pcf.c
1000 target/arm/ipod/backlight-nano_video.c
1001 target/arm/ipod/button-clickwheel.c
1002 target/arm/ipod/lcd-color_nano.c
1003 target/arm/ipod/power-ipod.c
1004 target/arm/ipod/powermgmt-ipod-pcf.c
1005 target/arm/usb-fw-pp502x.c
1006 #endif /* SIMULATOR */
1007 #endif /* IPOD_NANO */
1009 #ifdef IPOD_VIDEO
1010 #ifndef SIMULATOR
1011 drivers/pcf50605.c
1012 target/arm/ata-as-arm.S
1013 target/arm/ata-pp5020.c
1014 target/arm/wmcodec-pp.c
1015 target/arm/i2s-pp.c
1016 target/arm/ipod/adc-ipod-pcf.c
1017 target/arm/ipod/backlight-nano_video.c
1018 target/arm/ipod/button-clickwheel.c
1019 target/arm/ipod/power-ipod.c
1020 target/arm/ipod/powermgmt-ipod-pcf.c
1021 target/arm/ipod/video/lcd-as-video.S
1022 target/arm/ipod/video/lcd-video.c
1023 target/arm/usb-fw-pp502x.c
1024 #endif /* SIMULATOR */
1025 #endif /* IPOD_VIDEO */
1027 #ifdef IPOD_3G
1028 #ifndef SIMULATOR
1029 drivers/pcf50605.c
1030 target/arm/ata-pp5002.c
1031 target/arm/wmcodec-pp.c
1032 target/arm/i2s-pp.c
1033 target/arm/ipod/adc-ipod-pcf.c
1034 target/arm/ipod/3g/backlight-3g.c
1035 target/arm/ipod/button-1g-3g.c
1036 target/arm/ipod/lcd-as-gray.S
1037 target/arm/ipod/lcd-gray.c
1038 target/arm/ipod/power-ipod.c
1039 target/arm/ipod/powermgmt-ipod-pcf.c
1040 target/arm/usb-fw-pp5002.c
1041 #endif /* SIMULATOR */
1042 #endif /* IPOD_3G */
1044 #ifdef IPOD_1G2G
1045 #ifndef SIMULATOR
1046 target/arm/ata-pp5002.c
1047 target/arm/wmcodec-pp.c
1048 target/arm/i2s-pp.c
1049 target/arm/ipod/1g2g/adc-ipod-1g2g.c
1050 target/arm/ipod/1g2g/backlight-1g2g.c
1051 target/arm/ipod/1g2g/powermgmt-1g2g.c
1052 target/arm/ipod/button-1g-3g.c
1053 target/arm/ipod/lcd-as-gray.S
1054 target/arm/ipod/lcd-gray.c
1055 target/arm/ipod/power-ipod.c
1056 target/arm/usb-fw-pp5002.c
1057 #endif /* SIMULATOR */
1058 #endif /* IPOD_1G2G */
1060 #ifdef IPOD_MINI
1061 #ifndef SIMULATOR
1062 drivers/pcf50605.c
1063 target/arm/ata-as-arm.S
1064 target/arm/ata-pp5020.c
1065 target/arm/wmcodec-pp.c
1066 target/arm/i2s-pp.c
1067 target/arm/ipod/adc-ipod-pcf.c
1068 target/arm/ipod/backlight-mini1g_mini2g.c
1069 target/arm/ipod/button-mini1g.c
1070 target/arm/ipod/lcd-as-gray.S
1071 target/arm/ipod/lcd-gray.c
1072 target/arm/ipod/power-ipod.c
1073 target/arm/ipod/powermgmt-ipod-pcf.c
1074 target/arm/usb-fw-pp502x.c
1075 #endif /* SIMULATOR */
1076 #endif /* IPOD_MINI */
1078 #ifdef IPOD_MINI2G
1079 #ifndef SIMULATOR
1080 drivers/pcf50605.c
1081 target/arm/ata-as-arm.S
1082 target/arm/ata-pp5020.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/backlight-mini1g_mini2g.c
1087 target/arm/ipod/button-clickwheel.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-pp502x.c
1093 #endif /* SIMULATOR */
1094 #endif /* IPOD_MINI2G */
1096 #ifdef IRIVER_IFP7XX
1097 #ifndef SIMULATOR
1098 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1099 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1100 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1101 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1102 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1103 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1104 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c   
1105 #ifndef BOOTLOADER
1106 target/arm/pnx0101/pcm-pnx0101.c
1107 #endif /* BOOTLOADER */
1108 #endif /* SIMULATOR */
1109 #endif /* IRIVER_IFP7XX */
1111 #ifdef LOGIK_DAX
1112 #ifndef SIMULATOR
1113 drivers/nand_id.c
1114 target/arm/lcd-ssd1815.c
1115 target/arm/tcc77x/adc-tcc77x.c
1116 target/arm/tcc77x/kernel-tcc77x.c
1117 target/arm/tcc77x/powermgmt-tcc77x.c
1118 target/arm/tcc77x/system-tcc77x.c
1119 target/arm/tcc77x/timer-tcc77x.c
1120 target/arm/usb-tcc.c
1121 target/arm/tcc77x/logikdax/button-logikdax.c
1122 target/arm/tcc77x/logikdax/power-logikdax.c
1123 #ifndef BOOTLOADER
1124 target/arm/wmcodec-telechips.c
1125 target/arm/tcc77x/debug-tcc77x.c
1126 target/arm/pcm-telechips.c
1127 target/arm/tcc77x/logikdax/audio-logikdax.c
1128 #endif /* BOOTLOADER */
1129 #endif /* SIMULATOR */
1130 #endif /* LOGIK_DAX */
1132 #ifdef SANSA_M200
1133 #ifndef SIMULATOR
1134 drivers/nand_id.c
1135 target/arm/lcd-ssd1815.c
1136 target/arm/tcc77x/adc-tcc77x.c
1137 target/arm/tcc77x/kernel-tcc77x.c
1138 target/arm/tcc77x/powermgmt-tcc77x.c
1139 target/arm/tcc77x/system-tcc77x.c
1140 target/arm/tcc77x/timer-tcc77x.c
1141 target/arm/usb-tcc.c
1142 target/arm/tcc77x/m200/button-m200.c
1143 target/arm/tcc77x/m200/power-m200.c
1144 #ifndef BOOTLOADER
1145 target/arm/wmcodec-telechips.c
1146 target/arm/tcc77x/debug-tcc77x.c
1147 target/arm/pcm-telechips.c
1148 target/arm/tcc77x/m200/audio-m200.c
1149 #endif /* BOOTLOADER */
1150 #endif /* SIMULATOR */
1151 #endif /* SANSA_M200 */
1153 #ifdef SANSA_C100
1154 #ifndef SIMULATOR
1155 drivers/nand_id.c
1156 target/arm/usb-tcc.c
1157 target/arm/tcc77x/system-tcc77x.c
1158 target/arm/tcc77x/kernel-tcc77x.c
1159 target/arm/tcc77x/timer-tcc77x.c
1160 target/arm/tcc77x/adc-tcc77x.c
1161 target/arm/tcc77x/powermgmt-tcc77x.c
1162 target/arm/tcc77x/c100/lcd-S6B33B2.c
1163 target/arm/tcc77x/c100/button-c100.c
1164 target/arm/tcc77x/c100/power-c100.c
1165 #ifndef BOOTLOADER
1166 target/arm/tcc77x/debug-tcc77x.c
1167 target/arm/pcm-telechips.c
1168 target/arm/tcc77x/c100/audio-c100.c
1169 #endif /* BOOTLOADER */
1170 #endif /* SIMULATOR */
1171 #endif /* SANSA_C100 */
1173 #ifdef SANSA_CLIP
1174 #ifndef SIMULATOR
1175 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1176 target/arm/as3525/sansa-clip/lcd-as-clip.S
1177 target/arm/as3525/sansa-clip/button-clip.c
1178 target/arm/as3525/sansa-clip/backlight-clip.c
1179 #ifndef BOOTLOADER
1180 target/arm/powermgmt-ascodec.c
1181 target/arm/as3525/sansa-clip/powermgmt-clip.c
1182 #endif /* !BOOTLOADER */
1183 #endif /* !SIMULATOR */
1184 #endif /* SANSA_CLIP */
1186 #ifdef SANSA_E200V2
1187 #ifndef SIMULATOR
1188 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1189 target/arm/as3525/lcd-as-e200v2-fuze.S
1190 target/arm/as3525/button-e200v2-fuze.c
1191 target/arm/as3525/backlight-e200v2-fuze.c
1192 #ifndef BOOTLOADER
1193 target/arm/powermgmt-ascodec.c
1194 target/arm/as3525/sansa-e200v2/powermgmt-e200v2.c
1195 #endif /* !BOOTLOADER */
1196 #endif /* !SIMULATOR */
1197 #endif /* SANSA_E200V2 */
1199 #ifdef SANSA_C200V2
1200 #ifndef SIMULATOR
1201 target/arm/lcd-c200_c200v2.c
1202 target/arm/as3525/sansa-c200v2/button-c200v2.c
1203 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1204 #ifndef BOOTLOADER
1205 target/arm/as3525/powermgmt-as3525.c
1206 #endif /* !BOOTLOADER */
1207 #endif /* !SIMULATOR */
1208 #endif /* SANSA_E200V2 */
1210 #ifdef SANSA_M200V4
1211 #ifndef SIMULATOR
1212 target/arm/lcd-ssd1815.c
1213 target/arm/as3525/sansa-m200v4/button-m200v4.c
1214 #ifndef BOOTLOADER
1215 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1216 #endif /* !BOOTLOADER */
1217 #endif /* !SIMULATOR */
1218 #endif /* SANSA_M200V4 */
1220 #ifdef SANSA_FUZE
1221 #ifndef SIMULATOR
1222 target/arm/as3525/button-e200v2-fuze.c
1223 target/arm/as3525/sansa-fuze/lcd-fuze.c
1224 target/arm/as3525/lcd-as-e200v2-fuze.S
1225 target/arm/as3525/backlight-e200v2-fuze.c
1226 #ifndef BOOTLOADER
1227 target/arm/powermgmt-ascodec.c
1228 target/arm/as3525/sansa-fuze/powermgmt-fuze.c
1229 #endif /* !BOOTLOADER */
1230 #endif /* !SIMULATOR */
1231 #endif /* SANSA_FUZE */
1233 #ifdef IAUDIO_7
1234 #ifndef SIMULATOR
1235 drivers/nand_id.c
1236 drivers/pcf50606.c
1237 target/arm/usb-tcc.c
1238 target/arm/tcc77x/system-tcc77x.c
1239 target/arm/tcc77x/kernel-tcc77x.c
1240 target/arm/tcc77x/timer-tcc77x.c
1241 target/arm/tcc77x/adc-tcc77x.c
1242 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1243 target/arm/tcc77x/iaudio7/power-iaudio7.c
1244 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1245 target/arm/tcc77x/iaudio7/button-iaudio7.c
1246 target/arm/tcc77x/iaudio7/ata2501.c
1247 #ifndef BOOTLOADER
1248 target/arm/wmcodec-telechips.c
1249 target/arm/pcm-telechips.c
1250 target/arm/tcc77x/debug-tcc77x.c
1251 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1252 #endif /* BOOTLOADER */
1253 #endif /* SIMULATOR */
1254 #endif /* IAUDIO_7 */
1256 #ifdef COWON_D2
1257 #ifndef SIMULATOR
1258 drivers/nand_id.c
1259 drivers/pcf50606.c
1260 drivers/pcf50635.c
1261 drivers/tsc200x.c
1262 target/arm/lcd-as-memframe.S
1263 target/arm/tcc780x/adc-tcc780x.c
1264 target/arm/tcc780x/system-tcc780x.c
1265 target/arm/tcc780x/kernel-tcc780x.c
1266 target/arm/tcc780x/sd-tcc780x.c
1267 target/arm/tcc780x/cowond2/button-cowond2.c
1268 target/arm/tcc780x/cowond2/touchscreen-cowond2.c
1269 target/arm/tcc780x/cowond2/lcd-cowond2.c
1270 target/arm/tcc780x/cowond2/power-cowond2.c
1271 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1272 target/arm/tcc780x/cowond2/backlight-cowond2.c
1273 target/arm/usb-tcc.c
1274 target/arm/mmu-arm.S
1275 #ifndef BOOTLOADER
1276 target/arm/tcc780x/timer-tcc780x.c
1277 target/arm/wmcodec-telechips.c
1278 target/arm/tcc780x/debug-tcc780x.c
1279 target/arm/pcm-telechips.c
1280 target/arm/tcc780x/cowond2/audio-cowond2.c
1281 #endif /* BOOTLOADER */
1282 #endif /* SIMULATOR */
1283 #endif /* COWON_D2 */
1285 #ifdef CPU_S5L870X
1286 target/arm/s5l8700/system-s5l8700.c
1287 target/arm/s5l8700/mmu-s5l8700.S
1288 #ifndef SIMULATOR
1289 #ifndef BOOTLOADER
1290 target/arm/s5l8700/timer-s5l8700.c
1291 #endif /* BOOTLOADER */
1292 #endif /* SIMULATOR */
1293 #endif
1295 #ifdef MEIZU_M6SL
1296 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1297 drivers/qt1106.c
1298 #ifndef SIMULATOR
1299 #ifndef BOOTLOADER
1300 #endif /* BOOTLOADER */
1301 #endif /* SIMULATOR */
1302 #endif /* MEIZU_M6SL */
1304 #ifdef MEIZU_M6SP
1305 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1306 #ifndef SIMULATOR
1307 #ifndef BOOTLOADER
1308 #endif /* BOOTLOADER */
1309 #endif /* SIMULATOR */
1310 #endif /* MEIZU_M6SP */
1312 #ifdef MEIZU_M3
1313 target/arm/s5l8700/backlight-meizu.c
1314 target/arm/s5l8700/kernel-s5l8700.c
1315 target/arm/s5l8700/meizu-m3/lcd-m3.c
1316 drivers/qt1106.c
1317 #ifndef SIMULATOR
1318 #ifndef BOOTLOADER
1319 target/arm/s5l8700/dma-s5l8700.c
1320 target/arm/s5l8700/pcm-s5l8700.c
1321 target/arm/s5l8700/udacodec-meizu.c
1322 #endif /* BOOTLOADER */
1323 #endif /* SIMULATOR */
1324 #endif /* MEIZU_M3 */
1326 #ifdef IPOD_NANO2G
1327 #ifndef SIMULATOR
1328 drivers/audio/wm8975.c
1329 target/arm/usb-s3c6400x.c
1330 target/arm/ipod/button-clickwheel.c
1331 target/arm/s5l8700/kernel-s5l8700.c
1332 target/arm/s5l8700/wmcodec-s5l8700.c
1333 target/arm/s5l8700/pcm-s5l8700.c
1334 target/arm/s5l8700/adc-s5l8700.c
1335 target/arm/s5l8700/debug-s5l8700.c
1336 target/arm/s5l8700/dma-s5l8700.c
1337 target/arm/s5l8700/ipodnano2g/backlight-nano2g.c
1338 target/arm/s5l8700/ipodnano2g/lcd-nano2g.c
1339 target/arm/s5l8700/ipodnano2g/powermgmt-nano2g.c
1340 target/arm/s5l8700/ipodnano2g/power-nano2g.c
1341 target/arm/s5l8700/ipodnano2g/audio-nano2g.c
1342 target/arm/s5l8700/ipodnano2g/ftl-nano2g.c
1343 target/arm/s5l8700/ipodnano2g/nand-nano2g.c
1344 target/arm/s5l8700/ipodnano2g/pmu-nano2g.c
1345 target/arm/s5l8700/ipodnano2g/rtc-nano2g.c
1346 #endif
1347 #endif
1349 #ifndef SIMULATOR
1350 #if CONFIG_CPU == JZ4732
1351 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1352 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1353 target/mips/ingenic_jz47xx/debug-jz4740.c
1354 target/mips/ingenic_jz47xx/fmradio-i2c-jz4740.c
1355 target/mips/ingenic_jz47xx/kernel-jz4740.c
1356 target/mips/ingenic_jz47xx/i2c-jz4740.c
1357 target/mips/ingenic_jz47xx/lcd-jz4740.c
1358 target/mips/ingenic_jz47xx/system-jz4740.c
1359 target/mips/ingenic_jz47xx/usb-jz4740.c
1360 target/mips/ingenic_jz47xx/timer-jz4740.c
1361 #ifndef BOOTLOADER
1362 target/mips/ingenic_jz47xx/codec-jz4740.c
1363 target/mips/ingenic_jz47xx/pcm-jz4740.c
1364 #endif /* BOOTLOADER */
1365 drivers/nand_id.c
1366 #endif /* CONFIG_CPU == JZ4732 */
1368 #if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
1369 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1370 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1371 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1372 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1373 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1374 #endif /* ONDA_VX747 || ONDA_VX747P || ONDA_VX777 */
1376 #ifdef ONDA_VX767
1377 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1378 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1379 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1380 target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
1381 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1382 #endif /* ONDA_VX767 */
1384 #if defined(LYRE_PROTO1)
1385 target/arm/at91sam/lyre_proto1/adc-lyre_proto1.c
1386 target/arm/at91sam/lyre_proto1/backlight-lyre_proto1.c
1387 target/arm/at91sam/lyre_proto1/button-lyre_proto1.c
1388 target/arm/at91sam/lyre_proto1/crt0.S
1389 target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c
1390 target/arm/at91sam/lyre_proto1/kernel-lyre_proto1.c
1391 target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
1392 target/arm/at91sam/lyre_proto1/system-lyre_proto1.c
1393 target/arm/at91sam/lyre_proto1/timer-lyre_proto1.c
1394 #endif
1395 #endif /* SIMULATOR */
1397 #if defined(MINI2440)
1398 #ifndef SIMULATOR
1399 target/arm/lcd-as-memframe.S
1400 target/arm/mmu-arm.S
1401 target/arm/s3c2440/debug-s3c2440.c
1402 target/arm/s3c2440/dma-s3c2440.c
1403 target/arm/s3c2440/kernel-s3c2440.c
1404 target/arm/s3c2440/lcd-s3c2440.c
1405 target/arm/s3c2440/sd-s3c2440.c
1406 target/arm/s3c2440/system-s3c2440.c
1407 target/arm/s3c2440/uart-s3c2440.c
1408 target/arm/s3c2440/adc-s3c2440.c
1409 target/arm/s3c2440/i2c-s3c2440.c
1410 target/arm/s3c2440/mini2440/backlight-mini2440.c
1411 target/arm/s3c2440/mini2440/button-mini2440.c
1412 target/arm/s3c2440/mini2440/led-mini2440.c
1413 target/arm/s3c2440/mini2440/power-mini2440.c
1414 target/arm/s3c2440/mini2440/touchscreen-mini2440.c
1415 #ifndef BOOTLOADER
1416 target/arm/s3c2440/mini2440/powermgmt-mini2440.c
1417 target/arm/s3c2440/mini2440/pcm-mini2440.c
1418 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
1419 #endif
1420 #endif /* SIMULATOR */
1421 #endif /* MINI2440 */
1423 #ifdef SAMSUNG_YH820
1424 #ifndef SIMULATOR
1425 target/arm/ata-as-arm.S
1426 target/arm/ata-pp5020.c
1427 target/arm/adc-pp5020.c
1428 target/arm/i2s-pp.c
1429 target/arm/usb-fw-pp502x.c
1430 target/arm/samsung/akcodec-yh82x_yh92x.c
1431 target/arm/samsung/button-yh82x_yh92x.c
1432 target/arm/samsung/power-yh82x_yh92x.c
1433 target/arm/samsung/yh820/backlight-yh820.c
1434 target/arm/samsung/yh820/lcd-yh820.c
1435 target/arm/samsung/yh820/lcd-as-yh820.S
1436 target/arm/samsung/yh820/powermgmt-yh820.c
1437 #endif /* SIMULATOR */
1438 #endif /* SAMSUNG_YH820 */
1440 #ifdef SAMSUNG_YH920
1441 #ifndef SIMULATOR
1442 target/arm/ata-as-arm.S
1443 target/arm/ata-pp5020.c
1444 target/arm/adc-pp5020.c
1445 target/arm/i2s-pp.c
1446 target/arm/usb-fw-pp502x.c
1447 target/arm/samsung/akcodec-yh82x_yh92x.c
1448 target/arm/samsung/button-yh82x_yh92x.c
1449 target/arm/samsung/power-yh82x_yh92x.c
1450 target/arm/samsung/yh920/backlight-yh920.c
1451 target/arm/samsung/yh920/lcd-yh920.c
1452 target/arm/samsung/yh920/lcd-as-yh920.S
1453 target/arm/samsung/yh920/powermgmt-yh920.c
1454 #endif /* SIMULATOR */
1455 #endif /* SAMSUNG_YH920 */
1457 #ifdef SAMSUNG_YH925
1458 #ifndef SIMULATOR
1459 target/arm/ata-as-arm.S
1460 target/arm/ata-pp5020.c
1461 target/arm/adc-pp5020.c
1462 target/arm/i2s-pp.c
1463 target/arm/usb-fw-pp502x.c
1464 target/arm/samsung/akcodec-yh82x_yh92x.c
1465 target/arm/samsung/button-yh82x_yh92x.c
1466 target/arm/samsung/power-yh82x_yh92x.c
1467 target/arm/samsung/yh925/backlight-yh925.c
1468 target/arm/samsung/yh925/lcd-yh925.c
1469 target/arm/samsung/yh925/lcd-as-yh925.S
1470 target/arm/samsung/yh925/powermgmt-yh925.c
1471 #endif /* SIMULATOR */
1472 #endif /* SAMSUNG_YH925 */
1474 #ifdef SAMSUNG_YPS3
1475 /* TODO: currently including all files for the bootloader DFU test program */
1476 target/arm/s5l8700/adc-s5l8700.c
1477 target/arm/s5l8700/i2c-s5l8700.c
1478 target/arm/s5l8700/kernel-s5l8700.c
1479 target/arm/s5l8700/timer-s5l8700.c
1480 target/arm/s5l8700/wmcodec-s5l8700.c
1481 target/arm/s5l8700/yps3/button-yps3.c
1482 target/arm/s5l8700/yps3/lcd-yps3.c
1483 target/arm/s5l8700/yps3/fmradio-i2c-yps3.c
1484 target/arm/s5l8700/yps3/backlight-yps3.c
1485 target/arm/s5l8700/yps3/nand-yps3.c
1486 target/arm/s5l8700/yps3/power-yps3.c
1487 #endif /* SAMSUNG_YPS3 */