summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-11-24 06:53:33 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-11-24 06:53:33 +0000
commit16cb491cdd8a20552f5b3050e3e8be1f4541e790 (patch)
tree7c84790b25a59706869c6ea45286cb8a3edbca84
parentaf05296a8209c562a4667e356bd236ac3faac804 (diff)
downloadrockbox-16cb491cdd8a20552f5b3050e3e8be1f4541e790.tar.gz
rockbox-16cb491cdd8a20552f5b3050e3e8be1f4541e790.zip
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
-rw-r--r--firmware/SOURCES10
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
324target/coldfire/pcf50606-coldfire.c 324target/coldfire/pcf50606-coldfire.c
325target/coldfire/iaudio/x5/adc-x5.c 325target/coldfire/iaudio/x5/adc-x5.c
326target/coldfire/iaudio/x5/ata-x5.c 326target/coldfire/iaudio/x5/ata-x5.c
327target/coldfire/iaudio/x5/audio-x5.c
328target/coldfire/iaudio/x5/backlight-x5.c 327target/coldfire/iaudio/x5/backlight-x5.c
329target/coldfire/iaudio/x5/button-x5.c 328target/coldfire/iaudio/x5/button-x5.c
330target/coldfire/iaudio/x5/lcd-as-x5.S 329target/coldfire/iaudio/x5/lcd-as-x5.S
@@ -334,6 +333,9 @@ target/coldfire/iaudio/x5/m5636-x5.c
334target/coldfire/iaudio/x5/pcf50606-x5.c 333target/coldfire/iaudio/x5/pcf50606-x5.c
335target/coldfire/iaudio/x5/system-x5.c 334target/coldfire/iaudio/x5/system-x5.c
336target/coldfire/iaudio/x5/usb-x5.c 335target/coldfire/iaudio/x5/usb-x5.c
336#ifndef BOOTLOADER
337target/coldfire/iaudio/x5/audio-x5.c
338#endif
337#endif /* SIMULATOR */ 339#endif /* SIMULATOR */
338#endif /* IAUDIO_X5 */ 340#endif /* IAUDIO_X5 */
339 341
@@ -349,7 +351,6 @@ target/coldfire/iriver/h300/power-h300.c
349#ifndef SIMULATOR 351#ifndef SIMULATOR
350target/coldfire/pcf50606-coldfire.c 352target/coldfire/pcf50606-coldfire.c
351target/coldfire/iriver/ata-iriver.c 353target/coldfire/iriver/ata-iriver.c
352target/coldfire/iriver/audio-iriver.c
353target/coldfire/iriver/system-iriver.c 354target/coldfire/iriver/system-iriver.c
354target/coldfire/iriver/h300/adc-h300.c 355target/coldfire/iriver/h300/adc-h300.c
355target/coldfire/iriver/h300/backlight-h300.c 356target/coldfire/iriver/h300/backlight-h300.c
@@ -358,6 +359,9 @@ target/coldfire/iriver/h300/pcf50606-h300.c
358target/coldfire/iriver/h300/lcd-as-h300.S 359target/coldfire/iriver/h300/lcd-as-h300.S
359target/coldfire/iriver/h300/lcd-h300.c 360target/coldfire/iriver/h300/lcd-h300.c
360target/coldfire/iriver/h300/usb-h300.c 361target/coldfire/iriver/h300/usb-h300.c
362#ifndef BOOTLOADER
363target/coldfire/iriver/audio-iriver.c
364#endif
361#endif /* SIMULATOR */ 365#endif /* SIMULATOR */
362#endif /* IRIVER_H300_SERIES */ 366#endif /* IRIVER_H300_SERIES */
363 367
@@ -365,7 +369,6 @@ target/coldfire/iriver/h300/usb-h300.c
365target/coldfire/iriver/h100/power-h100.c 369target/coldfire/iriver/h100/power-h100.c
366#ifndef SIMULATOR 370#ifndef SIMULATOR
367target/coldfire/iriver/ata-iriver.c 371target/coldfire/iriver/ata-iriver.c
368target/coldfire/iriver/audio-iriver.c
369target/coldfire/iriver/system-iriver.c 372target/coldfire/iriver/system-iriver.c
370target/coldfire/iriver/h100/adc-h100.c 373target/coldfire/iriver/h100/adc-h100.c
371target/coldfire/iriver/h100/backlight-h100.c 374target/coldfire/iriver/h100/backlight-h100.c
@@ -373,6 +376,7 @@ target/coldfire/iriver/h100/button-h100.c
373target/coldfire/iriver/h100/lcd-as-h100.S 376target/coldfire/iriver/h100/lcd-as-h100.S
374target/coldfire/iriver/h100/lcd-h100.c 377target/coldfire/iriver/h100/lcd-h100.c
375#ifndef BOOTLOADER 378#ifndef BOOTLOADER
379target/coldfire/iriver/audio-iriver.c
376target/coldfire/iriver/h100/spdif-h100.c 380target/coldfire/iriver/h100/spdif-h100.c
377#endif 381#endif
378target/coldfire/iriver/h100/usb-h100.c 382target/coldfire/iriver/h100/usb-h100.c