summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index f4fc252193..b5906d4648 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -496,13 +496,19 @@ target/coldfire/iaudio/m5/audio-m5.c
496#ifdef IAUDIO_M3 496#ifdef IAUDIO_M3
497#ifndef SIMULATOR 497#ifndef SIMULATOR
498target/coldfire/ata-as-coldfire.S 498target/coldfire/ata-as-coldfire.S
499target/coldfire/iaudio/m3/adc-m3.c
499target/coldfire/iaudio/m3/ata-m3.c 500target/coldfire/iaudio/m3/ata-m3.c
500target/coldfire/iaudio/m3/backlight-m3.c 501target/coldfire/iaudio/m3/backlight-m3.c
501target/coldfire/iaudio/m3/button-m3.c 502target/coldfire/iaudio/m3/button-m3.c
503target/coldfire/iaudio/m3/fmradio_i2c-m3.c
502target/coldfire/iaudio/m3/lcd-m3.c 504target/coldfire/iaudio/m3/lcd-m3.c
503target/coldfire/iaudio/m3/power-m3.c 505target/coldfire/iaudio/m3/power-m3.c
504target/coldfire/iaudio/m3/system-m3.c 506target/coldfire/iaudio/m3/system-m3.c
507target/coldfire/iaudio/m3/usb-m3.c
505target/coldfire/iaudio/powermgmt-iaudio.c 508target/coldfire/iaudio/powermgmt-iaudio.c
509#ifndef BOOTLOADER
510target/coldfire/iaudio/m3/audio-m3.c
511#endif
506#endif /* SIMULATOR */ 512#endif /* SIMULATOR */
507#endif /* IAUDIO_M3 */ 513#endif /* IAUDIO_M3 */
508 514