summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-14 08:54:54 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-14 08:54:54 +0000
commit8a6291dd63063bea12805a41fd43f13c17aa2be5 (patch)
treeda36f06943a24c9eb02e533fac3a825bd0f8e7d1 /firmware/SOURCES
parent422454c87dda5d2766788d3a5a9c1a0544da9e84 (diff)
downloadrockbox-8a6291dd63063bea12805a41fd43f13c17aa2be5.tar.gz
rockbox-8a6291dd63063bea12805a41fd43f13c17aa2be5.zip
More iAudio M3 work. Target build compiles, but same problem regarding plugins as the simulator. Boots to the menu, but it can't be used yet because only main & remote Play button work. USB works.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16660 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index f4fc252193..b5906d4648 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -496,13 +496,19 @@ target/coldfire/iaudio/m5/audio-m5.c
496#ifdef IAUDIO_M3 496#ifdef IAUDIO_M3
497#ifndef SIMULATOR 497#ifndef SIMULATOR
498target/coldfire/ata-as-coldfire.S 498target/coldfire/ata-as-coldfire.S
499target/coldfire/iaudio/m3/adc-m3.c
499target/coldfire/iaudio/m3/ata-m3.c 500target/coldfire/iaudio/m3/ata-m3.c
500target/coldfire/iaudio/m3/backlight-m3.c 501target/coldfire/iaudio/m3/backlight-m3.c
501target/coldfire/iaudio/m3/button-m3.c 502target/coldfire/iaudio/m3/button-m3.c
503target/coldfire/iaudio/m3/fmradio_i2c-m3.c
502target/coldfire/iaudio/m3/lcd-m3.c 504target/coldfire/iaudio/m3/lcd-m3.c
503target/coldfire/iaudio/m3/power-m3.c 505target/coldfire/iaudio/m3/power-m3.c
504target/coldfire/iaudio/m3/system-m3.c 506target/coldfire/iaudio/m3/system-m3.c
507target/coldfire/iaudio/m3/usb-m3.c
505target/coldfire/iaudio/powermgmt-iaudio.c 508target/coldfire/iaudio/powermgmt-iaudio.c
509#ifndef BOOTLOADER
510target/coldfire/iaudio/m3/audio-m3.c
511#endif
506#endif /* SIMULATOR */ 512#endif /* SIMULATOR */
507#endif /* IAUDIO_M3 */ 513#endif /* IAUDIO_M3 */
508 514