summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-06-12 18:53:44 +0000
committerJens Arnold <amiconn@rockbox.org>2009-06-12 18:53:44 +0000
commit81b87fe13d6b5f0e8bafd0810f5f8aca2a57bde3 (patch)
tree3372bcdbc512e2fd79350bf679fb89736e51e78a /firmware/SOURCES
parent94823c65ac7555a7ed19521184064255902ff615 (diff)
downloadrockbox-81b87fe13d6b5f0e8bafd0810f5f8aca2a57bde3.tar.gz
rockbox-81b87fe13d6b5f0e8bafd0810f5f8aca2a57bde3.zip
Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audio driver, fmradio i2c driver, and power driver (M5 + X5 only).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21264 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES17
1 files changed, 10 insertions, 7 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index da85a7123a..48e4c77760 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -588,22 +588,22 @@ target/coldfire/ata-as-coldfire.S
588target/coldfire/pcf50606-coldfire.c 588target/coldfire/pcf50606-coldfire.c
589target/coldfire/iaudio/adc-iaudio.c 589target/coldfire/iaudio/adc-iaudio.c
590target/coldfire/iaudio/ata-iaudio.c 590target/coldfire/iaudio/ata-iaudio.c
591target/coldfire/iaudio/fmradio_i2c-iaudio.c
591target/coldfire/iaudio/lcd-remote-as-iaudio.S 592target/coldfire/iaudio/lcd-remote-as-iaudio.S
592target/coldfire/iaudio/lcd-remote-iaudio.c 593target/coldfire/iaudio/lcd-remote-iaudio.c
593target/coldfire/iaudio/pcf50606-iaudio.c 594target/coldfire/iaudio/pcf50606-iaudio.c
595target/coldfire/iaudio/power-x5m5.c
594target/coldfire/iaudio/powermgmt-iaudio.c 596target/coldfire/iaudio/powermgmt-iaudio.c
595target/coldfire/iaudio/system-iaudio.c 597target/coldfire/iaudio/system-iaudio.c
596target/coldfire/iaudio/usb-iaudio.c 598target/coldfire/iaudio/usb-iaudio.c
597target/coldfire/iaudio/x5/backlight-x5.c 599target/coldfire/iaudio/x5/backlight-x5.c
598target/coldfire/iaudio/x5/button-x5.c 600target/coldfire/iaudio/x5/button-x5.c
599target/coldfire/iaudio/x5/ds2411-x5.c 601target/coldfire/iaudio/x5/ds2411-x5.c
600target/coldfire/iaudio/x5/fmradio_i2c-x5.c
601target/coldfire/iaudio/x5/lcd-as-x5.S 602target/coldfire/iaudio/x5/lcd-as-x5.S
602target/coldfire/iaudio/x5/lcd-x5.c 603target/coldfire/iaudio/x5/lcd-x5.c
603target/coldfire/iaudio/x5/m5636-x5.c 604target/coldfire/iaudio/x5/m5636-x5.c
604target/coldfire/iaudio/x5/power-x5.c
605#ifndef BOOTLOADER 605#ifndef BOOTLOADER
606target/coldfire/iaudio/x5/audio-x5.c 606target/coldfire/iaudio/audio-iaudio.c
607#endif 607#endif
608#endif /* SIMULATOR */ 608#endif /* SIMULATOR */
609#endif /* IAUDIO_X5 */ 609#endif /* IAUDIO_X5 */
@@ -614,19 +614,22 @@ target/coldfire/ata-as-coldfire.S
614target/coldfire/pcf50606-coldfire.c 614target/coldfire/pcf50606-coldfire.c
615target/coldfire/iaudio/adc-iaudio.c 615target/coldfire/iaudio/adc-iaudio.c
616target/coldfire/iaudio/ata-iaudio.c 616target/coldfire/iaudio/ata-iaudio.c
617#ifdef HAVE_FMRADIO_IN /* FM radio mod */
618target/coldfire/iaudio/fmradio_i2c-iaudio.c
619#endif
617target/coldfire/iaudio/lcd-remote-as-iaudio.S 620target/coldfire/iaudio/lcd-remote-as-iaudio.S
618target/coldfire/iaudio/lcd-remote-iaudio.c 621target/coldfire/iaudio/lcd-remote-iaudio.c
619target/coldfire/iaudio/m5/backlight-m5.c 622target/coldfire/iaudio/m5/backlight-m5.c
620target/coldfire/iaudio/m5/button-m5.c 623target/coldfire/iaudio/m5/button-m5.c
621target/coldfire/iaudio/m5/lcd-as-m5.S 624target/coldfire/iaudio/m5/lcd-as-m5.S
622target/coldfire/iaudio/m5/lcd-m5.c 625target/coldfire/iaudio/m5/lcd-m5.c
623target/coldfire/iaudio/m5/power-m5.c
624target/coldfire/iaudio/pcf50606-iaudio.c 626target/coldfire/iaudio/pcf50606-iaudio.c
627target/coldfire/iaudio/power-x5m5.c
625target/coldfire/iaudio/powermgmt-iaudio.c 628target/coldfire/iaudio/powermgmt-iaudio.c
626target/coldfire/iaudio/system-iaudio.c 629target/coldfire/iaudio/system-iaudio.c
627target/coldfire/iaudio/usb-iaudio.c 630target/coldfire/iaudio/usb-iaudio.c
628#ifndef BOOTLOADER 631#ifndef BOOTLOADER
629target/coldfire/iaudio/m5/audio-m5.c 632target/coldfire/iaudio/audio-iaudio.c
630#endif 633#endif
631#endif /* SIMULATOR */ 634#endif /* SIMULATOR */
632#endif /* IAUDIO_M5 */ 635#endif /* IAUDIO_M5 */
@@ -634,11 +637,11 @@ target/coldfire/iaudio/m5/audio-m5.c
634#ifdef IAUDIO_M3 637#ifdef IAUDIO_M3
635#ifndef SIMULATOR 638#ifndef SIMULATOR
636target/coldfire/ata-as-coldfire.S 639target/coldfire/ata-as-coldfire.S
640target/coldfire/iaudio/fmradio_i2c-iaudio.c
637target/coldfire/iaudio/m3/adc-m3.c 641target/coldfire/iaudio/m3/adc-m3.c
638target/coldfire/iaudio/m3/ata-m3.c 642target/coldfire/iaudio/m3/ata-m3.c
639target/coldfire/iaudio/m3/backlight-m3.c 643target/coldfire/iaudio/m3/backlight-m3.c
640target/coldfire/iaudio/m3/button-m3.c 644target/coldfire/iaudio/m3/button-m3.c
641target/coldfire/iaudio/m3/fmradio_i2c-m3.c
642target/coldfire/iaudio/m3/lcd-m3.c 645target/coldfire/iaudio/m3/lcd-m3.c
643target/coldfire/iaudio/m3/lcd-as-m3.S 646target/coldfire/iaudio/m3/lcd-as-m3.S
644target/coldfire/iaudio/m3/power-m3.c 647target/coldfire/iaudio/m3/power-m3.c
@@ -646,7 +649,7 @@ target/coldfire/iaudio/m3/powermgmt-m3.c
646target/coldfire/iaudio/m3/system-m3.c 649target/coldfire/iaudio/m3/system-m3.c
647target/coldfire/iaudio/m3/usb-m3.c 650target/coldfire/iaudio/m3/usb-m3.c
648#ifndef BOOTLOADER 651#ifndef BOOTLOADER
649target/coldfire/iaudio/m3/audio-m3.c 652target/coldfire/iaudio/audio-iaudio.c
650#endif 653#endif
651#endif /* SIMULATOR */ 654#endif /* SIMULATOR */
652#endif /* IAUDIO_M3 */ 655#endif /* IAUDIO_M3 */