summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 6a4f172e47..4f8e531a2e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -136,6 +136,8 @@ drivers/rtc/rtc_pcf50606.c
136drivers/rtc/rtc_pcf50605.c 136drivers/rtc/rtc_pcf50605.c
137#elif (CONFIG_RTC == RTC_E8564) 137#elif (CONFIG_RTC == RTC_E8564)
138drivers/rtc/rtc_e8564.c 138drivers/rtc/rtc_e8564.c
139#elif (CONFIG_RTC == RTC_S3C2440)
140drivers/rtc/rtc_s3c2440.c
139#endif /* (CONFIG_RTC == RTC_) */ 141#endif /* (CONFIG_RTC == RTC_) */
140#endif /* SIMULATOR */ 142#endif /* SIMULATOR */
141 143
@@ -447,6 +449,12 @@ target/arm/gigabeat/meg-fx/power-meg-fx.c
447target/arm/gigabeat/meg-fx/sc606-meg-fx.c 449target/arm/gigabeat/meg-fx/sc606-meg-fx.c
448target/arm/gigabeat/meg-fx/usb-meg-fx.c 450target/arm/gigabeat/meg-fx/usb-meg-fx.c
449target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c 451target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c
452target/arm/gigabeat/meg-fx/dma_start.c
453target/arm/gigabeat/meg-fx/system-meg-fx.c
454target/arm/gigabeat/meg-fx/mmu-meg-fx.c
455#ifndef BOOTLOADER
456target/arm/gigabeat/meg-fx/pcm-meg-fx.c
457#endif
450#endif /* SIMULATOR */ 458#endif /* SIMULATOR */
451#endif /* GIGABEAT_F */ 459#endif /* GIGABEAT_F */
452 460