Add short explanation on how to build rbutilqt.
[Rockbox.git] / firmware / SOURCES
blobb8ef111e09ef91e8fc887e1cb5c3e88b194cb636
1 ata_idle_notify.c
2 backlight.c
3 buffer.c
4 id3.c
5 powermgmt.c
6 system.c
7 usb.c
8 #ifdef ROCKBOX_HAS_LOGF
9 logf.c
10 #endif /* ROCKBOX_HAS_LOGF */
11 #ifndef SIMULATOR
12 #ifdef RB_PROFILE
13 profile.c
14 #endif /* RB_PROFILE */
15 kernel.c
16 rolo.c
17 thread.c
18 timer.c
19 #endif /* SIMULATOR */
20 panic.c
21 debug.c
23 /* Common */
24 common/atoi.c
25 common/crc32.c
26 #ifdef MI4_FORMAT
27 common/crc32-mi4.c
28 #endif
29 common/ctype.c
30 #ifndef SIMULATOR
31 common/dir_uncached.c
32 common/file.c
33 #endif /* SIMULATOR */
34 #ifdef HAVE_DIRCACHE
35 common/dircache.c
36 #endif /* HAVE_DIRCACHE */
37 common/disk.c
38 #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
39 common/errno.c
40 #endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
41 common/memcmp.c
42 common/memchr.c
43 common/qsort.c
44 common/random.c
45 common/sprintf.c
46 common/strcasecmp.c
47 common/strcasestr.c
48 common/strcat.c
49 common/strchr.c
50 common/strcmp.c
51 common/strcpy.c
52 common/strncmp.c
53 common/strncpy.c
54 common/strrchr.c
55 common/strtok.c
56 common/structec.c
57 common/timefuncs.c
58 common/unicode.c
60 /* Display */
61 scroll_engine.c
63 #ifdef HAVE_LCD_CHARCELLS
64 drivers/lcd-charcell.c
65 drivers/lcd-charset-player.c
66 #endif /* HAVE_LCD_CHARCELLS */
68 #ifdef HAVE_LCD_BITMAP
69 arabjoin.c
70 bidi.c
71 font_cache.c
72 font.c
73 hangul.c
74 lru.c
75 #if LCD_DEPTH == 1
76 drivers/lcd-1bit-vert.c
77 #elif LCD_DEPTH == 2
78 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
79 drivers/lcd-2bit-horz.c
80 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
81 drivers/lcd-2bit-vert.c
82 #endif /* LCD_PIXELFORMAT */
83 #elif LCD_DEPTH == 16
84 drivers/lcd-16bit.c
85 #endif /* LCD_DEPTH */
86 #endif /* HAVE_LCD_BITMAP */
88 #ifdef HAVE_REMOTE_LCD
89 #if LCD_REMOTE_DEPTH == 1
90 drivers/lcd-remote-1bit-v.c
91 #elif LCD_REMOTE_DEPTH == 2
92 drivers/lcd-remote-2bit-vi.c
93 #endif /* LCD_REMOTE_DEPTH */
94 #endif /* HAVE_REMOTE_LCD */
96 /* Misc. */
97 drivers/led.c
98 drivers/button.c
99 #ifndef SIMULATOR
100 drivers/dac.c
101 drivers/serial.c
102 #endif /* SIMULATOR */
105 /* Storage */
106 #ifndef SIMULATOR
107 #ifdef HAVE_MMC
108 drivers/ata_mmc.c
109 #else  /* !HAVE_MMC */
110 #ifdef HAVE_FLASH_DISK
111 drivers/ata_flash.c
112 #else  /* !HAVE_FLASH_DISK */
113 #ifndef SANSA_E200
114 drivers/ata.c
115 #endif /* SANSA_E200 */
116 #endif /* HAVE_FLASH_DISK */
117 #endif /* HAVE_MMC */
118 drivers/fat.c
119 #ifdef HAVE_HOTSWAP
120 hotswap.c
121 #endif
122 #endif /* SIMULATOR */
124 /* EEPROM */
125 #ifdef HAVE_EEPROM
126 drivers/eeprom_24cxx.c
127 #ifdef HAVE_EEPROM_SETTINGS
128 eeprom_settings.c
129 #endif /* HAVE_EEPROM_SETTINGS */
130 #endif /* HAVE_EEPROM */
132 /* RTC */
133 #ifndef SIMULATOR
134 #if (CONFIG_RTC == RTC_M41ST84W)
135 drivers/rtc/rtc_m41st84w.c
136 #elif (CONFIG_RTC == RTC_PCF50606)
137 drivers/rtc/rtc_pcf50606.c
138 #elif (CONFIG_RTC == RTC_PCF50605)
139 drivers/rtc/rtc_pcf50605.c
140 #elif (CONFIG_RTC == RTC_E8564)
141 drivers/rtc/rtc_e8564.c
142 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
143 drivers/rtc/rtc_ds1339_ds3231.c
144 #elif (CONFIG_RTC == RTC_S3C2440)
145 drivers/rtc/rtc_s3c2440.c
146 #elif (CONFIG_RTC == RTC_AS3514)
147 drivers/rtc/rtc_as3514.c
148 #endif /* (CONFIG_RTC == RTC_) */
149 #endif /* SIMULATOR */
151 /* Tuner */
152 #if CONFIG_TUNER
153 tuner.c
154 #ifndef SIMULATOR
155 #if (CONFIG_TUNER & LV24020LP)
156 drivers/tuner/lv24020lp.c
157 #endif /* (CONFIG_TUNER & LV24020LP) */
158 #if (CONFIG_TUNER & S1A0903X01)
159 drivers/fmradio.c
160 drivers/tuner/s1a0903x01.c
161 #endif /* (CONFIG_TUNER & S1A0903X01) */
162 #if (CONFIG_TUNER & TEA5767)
163 drivers/fmradio_i2c.c
164 drivers/tuner/tea5767.c
165 #endif /* (CONFIG_TUNER & TEA5767) */
166 #endif /*SIMULATOR */
167 #endif /* CONFIG_TUNER */
169 /* Sound */
170 #if CONFIG_CODEC != SWCODEC
171 mp3_playback.c
172 #endif /* CONFIG_CODEC != SWCODEC */
173 mp3data.c
174 sound.c
176 #if CONFIG_CODEC == SWCODEC
178 #ifndef BOOTLOADER
179 general.c
180 pcm_sampr.c
181 replaygain.c
182 #ifndef SIMULATOR
183 pcm_playback.c
184 #endif /* SIMULATOR */
185 #ifdef HAVE_RECORDING
186 enc_base.c
187 #ifndef SIMULATOR
188 pcm_record.c
189 #endif /* SIMULATOR */
190 #endif /* HAVE_RECORDING */
191 #endif /* BOOTLOADER */
193 #else  /* !SWCODEC */
195 #ifndef BOOTLOADER
196 mpeg.c
197 #ifndef SIMULATOR
198 drivers/mas.c
199 #endif /* SIMULATOR */
200 #endif /* BOOTLOADER */
202 #endif /* SWCODEC */
204 /* Audio codec */
205 #ifndef SIMULATOR
206 #if defined(HAVE_UDA1380)
207 drivers/audio/uda1380.c
208 #elif defined(HAVE_WM8751)
209 drivers/audio/wm8751.c
210 #elif defined(HAVE_WM8975)
211 drivers/audio/wm8975.c
212 #elif defined(HAVE_WM8758)
213 drivers/audio/wm8758.c
214 #elif defined(HAVE_WM8731) || defined(HAVE_WM8721)
215 drivers/audio/wm8731l.c
216 #elif defined(HAVE_AS3514)
217 drivers/audio/as3514.c
218 #elif defined(HAVE_TLV320)
219 drivers/audio/tlv320.c
220 #elif defined(HAVE_MAS35XX)
221 drivers/audio/mas35xx.c
222 #endif /* defined(HAVE_*) */
223 #endif /* SIMULATOR */
225 /* USB Stack */
226 #if !defined(SIMULATOR)
227 #ifdef HAVE_USBSTACK
228 usbstack/core/core.c
229 usbstack/core/epsetup.c
230 usbstack/core/utils.c
231 usbstack/core/config.c
232 usbstack/drivers/device/usb_serial.c
233 usbstack/drivers/device/usb_storage.c
234 #endif
235 #endif
237 /* USBOTG */
238 #if !defined(SIMULATOR)
239 #if CONFIG_USBOTG == USBOTG_ISP1362
240 drivers/isp1362.c
241 #endif
242 #if defined(SANSA_E200) || !defined(BOOTLOADER)
243 #if CONFIG_USBOTG == USBOTG_M5636
244 drivers/m5636.c
245 #elif CONFIG_USBOTG == USBOTG_ARC
246 #ifdef HAVE_USBSTACK
247 drivers/usb/arcotg_dcd.c
248 #else
249 drivers/usb/arcotg_udc.c
250 #endif
251 #endif /* CONFIG_USBOTG */
252 #endif /* !defined(BOOTLOADER) */
253 #endif /* !defined(SIMULATOR) */
255 /* CPU Specific - By class then particular chip if applicable */
256 #if defined(CPU_SH)
258 #ifndef SIMULATOR
259 bitswap.S
260 descramble.S
261 drivers/i2c.c
262 target/sh/adc-sh.c
263 target/sh/crt0.S
264 target/sh/memcpy-sh.S
265 target/sh/memmove-sh.S
266 target/sh/memset-sh.S
267 target/sh/strlen-sh.S
268 target/sh/system-sh.c
269 #endif /* SIMULATOR */
271 #elif defined(CPU_COLDFIRE)
273 #ifndef SIMULATOR
274 target/coldfire/crt0.S
275 target/coldfire/memcpy-coldfire.S
276 target/coldfire/memmove-coldfire.S
277 target/coldfire/memset-coldfire.S
278 target/coldfire/memswap128-coldfire.S
279 target/coldfire/strlen-coldfire.S
280 #if defined(HAVE_LCD_COLOR) \
281  || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
282 target/coldfire/memset16-coldfire.S
283 #endif
284 target/coldfire/system-coldfire.c
285 #ifndef BOOTLOADER
286 target/coldfire/pcm-coldfire.c
287 #endif /* BOOTLOADER */
288 #if CONFIG_I2C == I2C_COLDFIRE
289 target/coldfire/i2c-coldfire.c
290 #endif /* CONFIG_I2C == I2C_COLDFIRE */
291 #endif /* SIMULATOR */
293 #elif defined(CPU_PP) || defined(CPU_ARM)
294 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
295 target/arm/memcpy-arm.S
296 target/arm/memmove-arm.S
297 common/strlen.c
298 #ifndef SIMULATOR
299 target/arm/memset-arm.S
300 target/arm/memset16-arm.S
301 target/arm/memswap128-arm.S
302 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
303 target/arm/i2c-pp.c
304 #elif CONFIG_I2C == I2C_PNX0101
305 target/arm/pnx0101/i2c-pnx0101.c
306 #elif CONFIG_I2C == I2C_S3C2440
307 /* no i2c driver yet */
308 #endif
309 #if CONFIG_CPU == PNX0101
310 target/arm/pnx0101/system-pnx0101.c
311 #endif
312 #if defined(CPU_PP)
313 #if CONFIG_CPU == PP5002
314 target/arm/system-pp5002.c
315 #elif defined CPU_PP502x
316 target/arm/system-pp502x.c
317 #endif
318 #ifdef BOOTLOADER
319 target/arm/crt0-pp-bl.S
320 #else
321 target/arm/pcm-pp.c
322 #ifndef SANSA_E200
323 target/arm/audio-pp.c
324 #endif /* SANSA_E200 */
325 target/arm/crt0-pp.S
326 #endif
327 #elif CONFIG_CPU == PNX0101
328 target/arm/pnx0101/crt0-pnx0101.S
329 #elif defined(CPU_ARM)
330 target/arm/crt0.S
331 #endif /* defined(CPU_*) */
332 #endif /* SIMULATOR */
334 #else
336 common/memcpy.c
337 common/memmove.c
338 common/memset.c
339 common/memset16.c
340 common/memswap128.c
341 common/strlen.c
342 #ifndef SIMULATOR
343 crt0.S
344 drivers/i2c.c
345 #endif /* SIMULATOR */
347 #endif /* defined(CPU_*) */
349 #ifdef ARCHOS_PLAYER
350 #ifndef SIMULATOR
351 target/sh/archos/ata-archos.c
352 target/sh/archos/ata-as-archos.S
353 target/sh/archos/player/button-player.c
354 target/sh/archos/player/hwcompat-player.c
355 target/sh/archos/player/lcd-as-player.S
356 target/sh/archos/player/lcd-player.c
357 target/sh/archos/player/power-player.c
358 target/sh/archos/player/powermgmt-player.c
359 target/sh/archos/player/usb-player.c
360 #endif /* SIMULATOR */
361 #endif /* ARCHOS_PLAYER */
363 #ifdef ARCHOS_RECORDER
364 #ifndef SIMULATOR
365 target/sh/archos/ata-archos.c
366 target/sh/archos/ata-as-archos.S
367 target/sh/archos/lcd-archos-bitmap.c
368 target/sh/archos/lcd-as-archos-bitmap.S   
369 target/sh/archos/recorder/button-recorder.c
370 target/sh/archos/recorder/power-recorder.c
371 target/sh/archos/recorder/powermgmt-recorder.c
372 target/sh/archos/recorder/usb-recorder.c
373 #endif /* SIMULATOR */
374 #endif /* ARCHOS_RECORDER */
376 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
377 #ifndef SIMULATOR
378 target/sh/archos/ata-archos.c
379 target/sh/archos/ata-as-archos.S
380 target/sh/archos/lcd-archos-bitmap.c
381 target/sh/archos/lcd-as-archos-bitmap.S
382 target/sh/archos/fm_v2/button-fm_v2.c
383 target/sh/archos/fm_v2/power-fm_v2.c
384 target/sh/archos/fm_v2/powermgmt-fm_v2.c
385 target/sh/archos/fm_v2/usb-fm_v2.c
386 #endif /* SIMULATOR */
387 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
389 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
390 #ifndef SIMULATOR
391 target/sh/archos/lcd-archos-bitmap.c
392 target/sh/archos/lcd-as-archos-bitmap.S
393 target/sh/archos/ondio/button-ondio.c
394 target/sh/archos/ondio/power-ondio.c
395 target/sh/archos/ondio/powermgmt-ondio.c
396 target/sh/archos/ondio/usb-ondio.c
397 #endif /* SIMULATOR */
398 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
400 #ifdef SANSA_E200
401 #ifndef SIMULATOR
402 target/arm/sandisk/sansa-e200/ata-e200.c
403 target/arm/sandisk/sansa-e200/lcd-e200.c
404 target/arm/sandisk/sansa-e200/lcd-as-e200.S
405 target/arm/sandisk/sansa-e200/adc-e200.c
406 target/arm/sandisk/sansa-e200/backlight-e200.c
407 target/arm/usb-fw-pp502x.c
408 target/arm/sandisk/sansa-e200/button-e200.c
409 target/arm/sandisk/sansa-e200/power-e200.c
410 target/arm/sandisk/sansa-e200/powermgmt-e200.c
411 target/arm/i2s-pp.c
412 #ifndef BOOTLOADER
413 target/arm/sandisk/sansa-e200/audio-e200.c
414 #endif /* BOOTLOADER */
415 #endif /* SIMULATOR */
416 #endif /* SANSA_E200 */
418 #ifdef IAUDIO_X5
419 #ifndef SIMULATOR
420 target/coldfire/ata-as-coldfire.S
421 target/coldfire/pcf50606-coldfire.c
422 target/coldfire/iaudio/adc-iaudio.c
423 target/coldfire/iaudio/ata-iaudio.c
424 target/coldfire/iaudio/lcd-remote-iaudio.c
425 target/coldfire/iaudio/pcf50606-iaudio.c
426 target/coldfire/iaudio/powermgmt-iaudio.c
427 target/coldfire/iaudio/system-iaudio.c
428 target/coldfire/iaudio/usb-iaudio.c
429 target/coldfire/iaudio/x5/backlight-x5.c
430 target/coldfire/iaudio/x5/button-x5.c
431 target/coldfire/iaudio/x5/ds2411-x5.c
432 target/coldfire/iaudio/x5/lcd-as-x5.S
433 target/coldfire/iaudio/x5/lcd-x5.c
434 target/coldfire/iaudio/x5/m5636-x5.c
435 target/coldfire/iaudio/x5/power-x5.c
436 #ifndef BOOTLOADER
437 target/coldfire/iaudio/x5/audio-x5.c
438 #endif
439 #endif /* SIMULATOR */
440 #endif /* IAUDIO_X5 */
442 #ifdef IAUDIO_M5
443 #ifndef SIMULATOR
444 target/coldfire/ata-as-coldfire.S
445 target/coldfire/pcf50606-coldfire.c
446 target/coldfire/iaudio/adc-iaudio.c
447 target/coldfire/iaudio/ata-iaudio.c
448 target/coldfire/iaudio/lcd-remote-iaudio.c
449 target/coldfire/iaudio/m5/backlight-m5.c
450 target/coldfire/iaudio/m5/button-m5.c
451 target/coldfire/iaudio/m5/lcd-as-m5.S
452 target/coldfire/iaudio/m5/lcd-m5.c
453 target/coldfire/iaudio/m5/power-m5.c
454 target/coldfire/iaudio/pcf50606-iaudio.c
455 target/coldfire/iaudio/powermgmt-iaudio.c
456 target/coldfire/iaudio/system-iaudio.c
457 target/coldfire/iaudio/usb-iaudio.c
458 #ifndef BOOTLOADER
459 target/coldfire/iaudio/m5/audio-m5.c
460 #endif
461 #endif /* SIMULATOR */
462 #endif /* IAUDIO_M5 */
464 #ifdef IRIVER_IFP7XX_SERIES
465 #ifdef STUB
466 usb_serial.c
467 common/sscanf.c
468 #endif /* STUB */
469 #endif /* IRIVER_IFP7XX_SERIES */
471 #ifdef IRIVER_H300_SERIES
472 #ifndef SIMULATOR
473 target/coldfire/ata-as-coldfire.S
474 target/coldfire/pcf50606-coldfire.c
475 target/coldfire/iriver/ata-iriver.c
476 target/coldfire/iriver/lcd-remote-iriver.c
477 target/coldfire/iriver/system-iriver.c
478 target/coldfire/iriver/h300/sw_i2c-h300.c
479 target/coldfire/iriver/h300/adc-h300.c
480 target/coldfire/iriver/h300/backlight-h300.c
481 target/coldfire/iriver/h300/button-h300.c
482 target/coldfire/iriver/h300/pcf50606-h300.c
483 target/coldfire/iriver/h300/lcd-as-h300.S
484 target/coldfire/iriver/h300/lcd-h300.c
485 target/coldfire/iriver/h300/power-h300.c
486 target/coldfire/iriver/h300/powermgmt-h300.c
487 target/coldfire/iriver/h300/usb-h300.c
488 #ifndef BOOTLOADER
489 target/coldfire/iriver/audio-iriver.c
490 #endif
491 #endif /* SIMULATOR */
492 #endif /* IRIVER_H300_SERIES */
494 #ifdef IRIVER_H100_SERIES
495 #ifndef SIMULATOR
496 target/coldfire/ata-as-coldfire.S
497 target/coldfire/iriver/ata-iriver.c
498 target/coldfire/iriver/lcd-remote-iriver.c
499 target/coldfire/iriver/system-iriver.c
500 target/coldfire/iriver/h100/sw_i2c-h100.c
501 target/coldfire/iriver/h100/adc-h100.c
502 target/coldfire/iriver/h100/backlight-h100.c
503 target/coldfire/iriver/h100/button-h100.c
504 target/coldfire/iriver/h100/lcd-as-h100.S
505 target/coldfire/iriver/h100/lcd-h100.c
506 target/coldfire/iriver/h100/power-h100.c
507 target/coldfire/iriver/h100/powermgmt-h100.c
508 #ifndef BOOTLOADER
509 target/coldfire/iriver/audio-iriver.c
510 target/coldfire/iriver/h100/spdif-h100.c
511 #endif
512 target/coldfire/iriver/h100/usb-h100.c
513 #endif /* SIMULATOR */
514 #endif /* IRIVER_H100_SERIES */
516 #ifdef IRIVER_H10
517 #ifndef SIMULATOR
518 target/arm/ata-as-arm.S
519 target/arm/ata-pp5020.c
520 target/arm/wmcodec-pp.c
521 target/arm/i2s-pp.c
522 target/arm/iriver/h10/adc-h10.c
523 target/arm/iriver/h10/backlight-h10.c
524 target/arm/iriver/h10/button-h10.c
525 target/arm/iriver/h10/lcd-h10_20gb.c
526 target/arm/iriver/h10/power-h10.c
527 target/arm/iriver/h10/powermgmt-h10.c
528 target/arm/usb-fw-pp502x.c
529 #endif /* SIMULATOR */
530 #endif /* IRIVER_H10 */
532 #ifdef IRIVER_H10_5GB
533 #ifndef SIMULATOR
534 target/arm/ata-as-arm.S
535 target/arm/ata-pp5020.c
536 target/arm/wmcodec-pp.c
537 target/arm/i2s-pp.c
538 target/arm/iriver/h10/adc-h10.c
539 target/arm/iriver/h10/backlight-h10.c
540 target/arm/iriver/h10/button-h10.c
541 target/arm/iriver/h10/lcd-h10_5gb.c
542 target/arm/iriver/h10/power-h10.c
543 target/arm/iriver/h10/powermgmt-h10.c
544 target/arm/usb-fw-pp502x.c
545 #endif /* SIMULATOR */
546 #endif /* IRIVER_H10_5GB */
548 #ifdef GIGABEAT_F
549 #ifndef SIMULATOR
550 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
551 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
552 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
553 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
554 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
555 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
556 target/arm/s3c2440/gigabeat-fx/lcd-as-meg-fx.S
557 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
558 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
559 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
560 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
561 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
562 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
563 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
564 target/arm/s3c2440/gigabeat-fx/dma_start.c
565 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
566 target/arm/s3c2440/gigabeat-fx/mmu-meg-fx.c
567 #ifndef BOOTLOADER
568 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
569 #endif
570 #endif /* SIMULATOR */
571 #endif /* GIGABEAT_F */
573 #ifdef ELIO_TPJ1022
574 #ifndef SIMULATOR
575 target/arm/ata-as-arm.S
576 target/arm/ata-pp5020.c
577 target/arm/wmcodec-pp.c
578 target/arm/i2s-pp.c
579 target/arm/tatung/tpj1022/adc-tpj1022.c
580 target/arm/tatung/tpj1022/backlight-tpj1022.c
581 target/arm/tatung/tpj1022/button-tpj1022.c
582 target/arm/tatung/tpj1022/lcd-tpj1022.c
583 target/arm/tatung/tpj1022/power-tpj1022.c
584 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
585 target/arm/usb-fw-pp502x.c
586 #endif /* SIMULATOR */
587 #endif /* ELIO_TPJ1022 */
589 #ifdef IPOD_4G
590 #ifndef SIMULATOR
591 drivers/pcf50605.c
592 target/arm/wmcodec-pp.c
593 target/arm/i2s-pp.c
594 target/arm/ata-as-arm.S
595 target/arm/ata-pp5020.c
596 target/arm/ipod/adc-ipod-pcf.c
597 target/arm/ipod/backlight-4g_color.c
598 target/arm/ipod/button-clickwheel.c
599 target/arm/ipod/lcd-gray.c
600 target/arm/ipod/power-ipod.c
601 target/arm/ipod/powermgmt-ipod-pcf.c
602 target/arm/usb-fw-pp502x.c
603 #endif /* SIMULATOR */
604 #endif /* IPOD_4G */
606 #ifdef IPOD_COLOR
607 #ifndef SIMULATOR
608 drivers/pcf50605.c
609 target/arm/ata-as-arm.S
610 target/arm/ata-pp5020.c
611 target/arm/wmcodec-pp.c
612 target/arm/i2s-pp.c
613 target/arm/ipod/adc-ipod-pcf.c
614 target/arm/ipod/backlight-4g_color.c
615 target/arm/ipod/button-clickwheel.c
616 target/arm/ipod/lcd-color_nano.c
617 target/arm/ipod/power-ipod.c
618 target/arm/ipod/powermgmt-ipod-pcf.c
619 target/arm/usb-fw-pp502x.c
620 #endif /* SIMULATOR */
621 #endif /* IPOD_COLOR */
623 #ifdef IPOD_NANO
624 #ifndef SIMULATOR
625 drivers/pcf50605.c
626 target/arm/ata-as-arm.S
627 target/arm/ata-pp5020.c
628 target/arm/wmcodec-pp.c
629 target/arm/i2s-pp.c
630 target/arm/ipod/adc-ipod-pcf.c
631 target/arm/ipod/backlight-nano_video.c
632 target/arm/ipod/button-clickwheel.c
633 target/arm/ipod/lcd-color_nano.c
634 target/arm/ipod/power-ipod.c
635 target/arm/ipod/powermgmt-ipod-pcf.c
636 target/arm/usb-fw-pp502x.c
637 #endif /* SIMULATOR */
638 #endif /* IPOD_NANO */
640 #ifdef IPOD_VIDEO
641 #ifndef SIMULATOR
642 drivers/pcf50605.c
643 target/arm/ata-as-arm.S
644 target/arm/ata-pp5020.c
645 target/arm/wmcodec-pp.c
646 target/arm/i2s-pp.c
647 target/arm/ipod/adc-ipod-pcf.c
648 target/arm/ipod/backlight-nano_video.c
649 target/arm/ipod/button-clickwheel.c
650 target/arm/ipod/power-ipod.c
651 target/arm/ipod/powermgmt-ipod-pcf.c
652 target/arm/ipod/video/lcd-video.c
653 target/arm/usb-fw-pp502x.c
654 #endif /* SIMULATOR */
655 #endif /* IPOD_VIDEO */
657 #ifdef IPOD_3G
658 #ifndef SIMULATOR
659 drivers/pcf50605.c
660 target/arm/ata-pp5002.c
661 target/arm/wmcodec-pp.c
662 target/arm/i2s-pp.c
663 target/arm/ipod/adc-ipod-pcf.c
664 target/arm/ipod/3g/backlight-3g.c
665 target/arm/ipod/button-1g-3g.c
666 target/arm/ipod/lcd-gray.c
667 target/arm/ipod/power-ipod.c
668 target/arm/ipod/powermgmt-ipod-pcf.c
669 target/arm/usb-fw-pp5002.c
670 #endif /* SIMULATOR */
671 #endif /* IPOD_3G */
673 #ifdef IPOD_1G2G
674 #ifndef SIMULATOR
675 target/arm/ata-pp5002.c
676 target/arm/wmcodec-pp.c
677 target/arm/i2s-pp.c
678 target/arm/ipod/1g2g/adc-ipod-1g2g.c
679 target/arm/ipod/1g2g/backlight-1g2g.c
680 target/arm/ipod/1g2g/powermgmt-1g2g.c
681 target/arm/ipod/button-1g-3g.c
682 target/arm/ipod/lcd-gray.c
683 target/arm/ipod/power-ipod.c
684 target/arm/usb-fw-pp5002.c
685 #endif /* SIMULATOR */
686 #endif /* IPOD_1G2G */
688 #ifdef IPOD_MINI
689 #ifndef SIMULATOR
690 drivers/pcf50605.c
691 target/arm/ata-as-arm.S
692 target/arm/ata-pp5020.c
693 target/arm/wmcodec-pp.c
694 target/arm/i2s-pp.c
695 target/arm/ipod/adc-ipod-pcf.c
696 target/arm/ipod/backlight-mini1g_mini2g.c
697 target/arm/ipod/button-mini1g.c
698 target/arm/ipod/lcd-gray.c
699 target/arm/ipod/power-ipod.c
700 target/arm/ipod/powermgmt-ipod-pcf.c
701 target/arm/usb-fw-pp502x.c
702 #endif /* SIMULATOR */
703 #endif /* IPOD_MINI */
705 #ifdef IPOD_MINI2G
706 #ifndef SIMULATOR
707 drivers/pcf50605.c
708 target/arm/ata-as-arm.S
709 target/arm/ata-pp5020.c
710 target/arm/wmcodec-pp.c
711 target/arm/i2s-pp.c
712 target/arm/ipod/adc-ipod-pcf.c
713 target/arm/ipod/backlight-mini1g_mini2g.c
714 target/arm/ipod/button-clickwheel.c
715 target/arm/ipod/lcd-gray.c
716 target/arm/ipod/power-ipod.c
717 target/arm/ipod/powermgmt-ipod-pcf.c
718 target/arm/usb-fw-pp502x.c
719 #endif /* SIMULATOR */
720 #endif /* IPOD_MINI2G */
722 #ifdef IRIVER_IFP7XX
723 #ifndef SIMULATOR
724 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
725 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
726 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
727 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
728 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
729 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
730 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
731 #endif
732 #endif