summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-05 00:04:00 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-05 00:04:00 +0000
commit8876018d25c6a56cce118482c1372bbff344cb23 (patch)
treea66dca10bf92674c655b9862fd366ecc77bba76a /firmware/SOURCES
parentee07215d506def8d3483f4adf6e1d4ae51c10c52 (diff)
Bring up the M5 port to a working stage: Extended numerous explicit checks for IAUDIO_X5 to also check for IAUDIO_M5, moved code around the target tree, added preliminary background for the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12610 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES37
1 files changed, 18 insertions, 19 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index ec47fff3d1..ad7d372acc 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -354,17 +354,17 @@ target/coldfire/iaudio/x5/power-x5.c
#ifndef SIMULATOR
target/coldfire/ata-as-coldfire.S
target/coldfire/pcf50606-coldfire.c
-target/coldfire/iaudio/x5/adc-x5.c
-target/coldfire/iaudio/x5/ata-x5.c
+target/coldfire/iaudio/adc-iaudio.c
+target/coldfire/iaudio/ata-iaudio.c
+target/coldfire/iaudio/lcd-remote-iaudio.c
+target/coldfire/iaudio/pcf50606-iaudio.c
+target/coldfire/iaudio/system-iaudio.c
+target/coldfire/iaudio/usb-iaudio.c
target/coldfire/iaudio/x5/backlight-x5.c
target/coldfire/iaudio/x5/button-x5.c
target/coldfire/iaudio/x5/lcd-as-x5.S
-target/coldfire/iaudio/x5/lcd-remote-x5.c
target/coldfire/iaudio/x5/lcd-x5.c
target/coldfire/iaudio/x5/m5636-x5.c
-target/coldfire/iaudio/x5/pcf50606-x5.c
-target/coldfire/iaudio/x5/system-x5.c
-target/coldfire/iaudio/x5/usb-x5.c
#ifndef BOOTLOADER
target/coldfire/iaudio/x5/audio-x5.c
#endif
@@ -372,23 +372,22 @@ target/coldfire/iaudio/x5/audio-x5.c
#endif /* IAUDIO_X5 */
#ifdef IAUDIO_M5
-target/coldfire/iaudio/x5/power-x5.c
+target/coldfire/iaudio/m5/power-m5.c
#ifndef SIMULATOR
target/coldfire/ata-as-coldfire.S
target/coldfire/pcf50606-coldfire.c
-target/coldfire/iaudio/x5/adc-x5.c
-target/coldfire/iaudio/x5/ata-x5.c
-target/coldfire/iaudio/x5/backlight-x5.c
-target/coldfire/iaudio/x5/button-x5.c
-target/coldfire/iaudio/x5/lcd-as-x5.S
-target/coldfire/iaudio/x5/lcd-remote-x5.c
-target/coldfire/iaudio/x5/lcd-x5.c
-target/coldfire/iaudio/x5/m5636-x5.c
-target/coldfire/iaudio/x5/pcf50606-x5.c
-target/coldfire/iaudio/x5/system-x5.c
-target/coldfire/iaudio/x5/usb-x5.c
+target/coldfire/iaudio/adc-iaudio.c
+target/coldfire/iaudio/ata-iaudio.c
+target/coldfire/iaudio/lcd-remote-iaudio.c
+target/coldfire/iaudio/m5/backlight-m5.c
+target/coldfire/iaudio/m5/button-m5.c
+target/coldfire/iaudio/m5/lcd-as-m5.S
+target/coldfire/iaudio/m5/lcd-m5.c
+target/coldfire/iaudio/pcf50606-iaudio.c
+target/coldfire/iaudio/system-iaudio.c
+target/coldfire/iaudio/usb-iaudio.c
#ifndef BOOTLOADER
-target/coldfire/iaudio/x5/audio-x5.c
+target/coldfire/iaudio/m5/audio-m5.c
#endif
#endif /* SIMULATOR */
#endif /* IAUDIO_M5 */