summaryrefslogtreecommitdiffstats
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
drivers/rtc/rtc_pcf50605.c
#elif (CONFIG_RTC == RTC_E8564)
drivers/rtc/rtc_e8564.c
+#elif (CONFIG_RTC == RTC_S3C2440)
+drivers/rtc/rtc_s3c2440.c
#endif /* (CONFIG_RTC == RTC_) */
#endif /* SIMULATOR */
@@ -447,6 +449,12 @@ target/arm/gigabeat/meg-fx/power-meg-fx.c
target/arm/gigabeat/meg-fx/sc606-meg-fx.c
target/arm/gigabeat/meg-fx/usb-meg-fx.c
target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c
+target/arm/gigabeat/meg-fx/dma_start.c
+target/arm/gigabeat/meg-fx/system-meg-fx.c
+target/arm/gigabeat/meg-fx/mmu-meg-fx.c
+#ifndef BOOTLOADER
+target/arm/gigabeat/meg-fx/pcm-meg-fx.c
+#endif
#endif /* SIMULATOR */
#endif /* GIGABEAT_F */