diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2006-11-24 06:53:33 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2006-11-24 06:53:33 +0000 |
commit | 16cb491cdd8a20552f5b3050e3e8be1f4541e790 (patch) | |
tree | 7c84790b25a59706869c6ea45286cb8a3edbca84 /firmware | |
parent | af05296a8209c562a4667e356bd236ac3faac804 (diff) |
iAudio/iRiver: Bootloader should not compile the audio-*.c files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11581 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/SOURCES | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index d9f92d14ca..a6d29841ea 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -324,7 +324,6 @@ target/coldfire/iaudio/x5/power-x5.c target/coldfire/pcf50606-coldfire.c target/coldfire/iaudio/x5/adc-x5.c target/coldfire/iaudio/x5/ata-x5.c -target/coldfire/iaudio/x5/audio-x5.c target/coldfire/iaudio/x5/backlight-x5.c target/coldfire/iaudio/x5/button-x5.c target/coldfire/iaudio/x5/lcd-as-x5.S @@ -334,6 +333,9 @@ 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 #endif /* SIMULATOR */ #endif /* IAUDIO_X5 */ @@ -349,7 +351,6 @@ target/coldfire/iriver/h300/power-h300.c #ifndef SIMULATOR target/coldfire/pcf50606-coldfire.c target/coldfire/iriver/ata-iriver.c -target/coldfire/iriver/audio-iriver.c target/coldfire/iriver/system-iriver.c target/coldfire/iriver/h300/adc-h300.c target/coldfire/iriver/h300/backlight-h300.c @@ -358,6 +359,9 @@ target/coldfire/iriver/h300/pcf50606-h300.c target/coldfire/iriver/h300/lcd-as-h300.S target/coldfire/iriver/h300/lcd-h300.c target/coldfire/iriver/h300/usb-h300.c +#ifndef BOOTLOADER +target/coldfire/iriver/audio-iriver.c +#endif #endif /* SIMULATOR */ #endif /* IRIVER_H300_SERIES */ @@ -365,7 +369,6 @@ target/coldfire/iriver/h300/usb-h300.c target/coldfire/iriver/h100/power-h100.c #ifndef SIMULATOR target/coldfire/iriver/ata-iriver.c -target/coldfire/iriver/audio-iriver.c target/coldfire/iriver/system-iriver.c target/coldfire/iriver/h100/adc-h100.c target/coldfire/iriver/h100/backlight-h100.c @@ -373,6 +376,7 @@ target/coldfire/iriver/h100/button-h100.c target/coldfire/iriver/h100/lcd-as-h100.S target/coldfire/iriver/h100/lcd-h100.c #ifndef BOOTLOADER +target/coldfire/iriver/audio-iriver.c target/coldfire/iriver/h100/spdif-h100.c #endif target/coldfire/iriver/h100/usb-h100.c |