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
This commit is contained in:
parent
af05296a82
commit
16cb491cdd
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue