summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index eaa4cb32cb..9330576145 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -148,6 +148,8 @@ drivers/rtc/rtc_s3c2440.c
148drivers/rtc/rtc_as3514.c 148drivers/rtc/rtc_as3514.c
149#elif (CONFIG_RTC == RTC_RX5X348AB) 149#elif (CONFIG_RTC == RTC_RX5X348AB)
150drivers/rtc/rtc_rx5x348ab.c 150drivers/rtc/rtc_rx5x348ab.c
151#elif (CONFIG_RTC == RTC_MR100)
152drivers/rtc/rtc_mr100.c
151#endif /* (CONFIG_RTC == RTC_) */ 153#endif /* (CONFIG_RTC == RTC_) */
152#endif /* SIMULATOR */ 154#endif /* SIMULATOR */
153 155
@@ -523,12 +525,12 @@ target/coldfire/iriver/audio-iriver.c
523 525
524#ifdef IRIVER_H100_SERIES 526#ifdef IRIVER_H100_SERIES
525#ifndef SIMULATOR 527#ifndef SIMULATOR
528drivers/sw_i2c.c
526target/coldfire/ata-as-coldfire.S 529target/coldfire/ata-as-coldfire.S
527target/coldfire/iriver/ata-iriver.c 530target/coldfire/iriver/ata-iriver.c
528target/coldfire/iriver/lcd-remote-iriver.c 531target/coldfire/iriver/lcd-remote-iriver.c
529target/coldfire/iriver/system-iriver.c 532target/coldfire/iriver/system-iriver.c
530target/coldfire/iriver/fmradio_i2c-iriver.c 533target/coldfire/iriver/fmradio_i2c-iriver.c
531target/coldfire/iriver/h100/sw_i2c-h100.c
532target/coldfire/iriver/h100/adc-h100.c 534target/coldfire/iriver/h100/adc-h100.c
533target/coldfire/iriver/h100/backlight-h100.c 535target/coldfire/iriver/h100/backlight-h100.c
534target/coldfire/iriver/h100/button-h100.c 536target/coldfire/iriver/h100/button-h100.c
@@ -661,6 +663,7 @@ target/arm/tms320dm320/dsp-dm320.c
661 663
662#ifdef MROBE_100 664#ifdef MROBE_100
663#ifndef SIMULATOR 665#ifndef SIMULATOR
666drivers/sw_i2c.c
664target/arm/ata-as-arm.S 667target/arm/ata-as-arm.S
665target/arm/ata-pp5020.c 668target/arm/ata-pp5020.c
666target/arm/wmcodec-pp.c 669target/arm/wmcodec-pp.c