summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
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
354#ifndef SIMULATOR 354#ifndef SIMULATOR
355target/coldfire/ata-as-coldfire.S 355target/coldfire/ata-as-coldfire.S
356target/coldfire/pcf50606-coldfire.c 356target/coldfire/pcf50606-coldfire.c
357target/coldfire/iaudio/x5/adc-x5.c 357target/coldfire/iaudio/adc-iaudio.c
358target/coldfire/iaudio/x5/ata-x5.c 358target/coldfire/iaudio/ata-iaudio.c
359target/coldfire/iaudio/lcd-remote-iaudio.c
360target/coldfire/iaudio/pcf50606-iaudio.c
361target/coldfire/iaudio/system-iaudio.c
362target/coldfire/iaudio/usb-iaudio.c
359target/coldfire/iaudio/x5/backlight-x5.c 363target/coldfire/iaudio/x5/backlight-x5.c
360target/coldfire/iaudio/x5/button-x5.c 364target/coldfire/iaudio/x5/button-x5.c
361target/coldfire/iaudio/x5/lcd-as-x5.S 365target/coldfire/iaudio/x5/lcd-as-x5.S
362target/coldfire/iaudio/x5/lcd-remote-x5.c
363target/coldfire/iaudio/x5/lcd-x5.c 366target/coldfire/iaudio/x5/lcd-x5.c
364target/coldfire/iaudio/x5/m5636-x5.c 367target/coldfire/iaudio/x5/m5636-x5.c
365target/coldfire/iaudio/x5/pcf50606-x5.c
366target/coldfire/iaudio/x5/system-x5.c
367target/coldfire/iaudio/x5/usb-x5.c
368#ifndef BOOTLOADER 368#ifndef BOOTLOADER
369target/coldfire/iaudio/x5/audio-x5.c 369target/coldfire/iaudio/x5/audio-x5.c
370#endif 370#endif
@@ -372,23 +372,22 @@ target/coldfire/iaudio/x5/audio-x5.c
372#endif /* IAUDIO_X5 */ 372#endif /* IAUDIO_X5 */
373 373
374#ifdef IAUDIO_M5 374#ifdef IAUDIO_M5
375target/coldfire/iaudio/x5/power-x5.c 375target/coldfire/iaudio/m5/power-m5.c
376#ifndef SIMULATOR 376#ifndef SIMULATOR
377target/coldfire/ata-as-coldfire.S 377target/coldfire/ata-as-coldfire.S
378target/coldfire/pcf50606-coldfire.c 378target/coldfire/pcf50606-coldfire.c
379target/coldfire/iaudio/x5/adc-x5.c 379target/coldfire/iaudio/adc-iaudio.c
380target/coldfire/iaudio/x5/ata-x5.c 380target/coldfire/iaudio/ata-iaudio.c
381target/coldfire/iaudio/x5/backlight-x5.c 381target/coldfire/iaudio/lcd-remote-iaudio.c
382target/coldfire/iaudio/x5/button-x5.c 382target/coldfire/iaudio/m5/backlight-m5.c
383target/coldfire/iaudio/x5/lcd-as-x5.S 383target/coldfire/iaudio/m5/button-m5.c
384target/coldfire/iaudio/x5/lcd-remote-x5.c 384target/coldfire/iaudio/m5/lcd-as-m5.S
385target/coldfire/iaudio/x5/lcd-x5.c 385target/coldfire/iaudio/m5/lcd-m5.c
386target/coldfire/iaudio/x5/m5636-x5.c 386target/coldfire/iaudio/pcf50606-iaudio.c
387target/coldfire/iaudio/x5/pcf50606-x5.c 387target/coldfire/iaudio/system-iaudio.c
388target/coldfire/iaudio/x5/system-x5.c 388target/coldfire/iaudio/usb-iaudio.c
389target/coldfire/iaudio/x5/usb-x5.c
390#ifndef BOOTLOADER 389#ifndef BOOTLOADER
391target/coldfire/iaudio/x5/audio-x5.c 390target/coldfire/iaudio/m5/audio-m5.c
392#endif 391#endif
393#endif /* SIMULATOR */ 392#endif /* SIMULATOR */
394#endif /* IAUDIO_M5 */ 393#endif /* IAUDIO_M5 */