summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-06-28 09:58:05 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-06-28 09:58:05 +0000
commitce5dc3ab965740e3e71e35ff96a7e7b7fbe8fde1 (patch)
tree04038b9f28303decefc6ad1eb0312a037e03d295 /firmware/SOURCES
parent79642ea634c34e599fe21935ea0817059d2c488a (diff)
downloadrockbox-ce5dc3ab965740e3e71e35ff96a7e7b7fbe8fde1.tar.gz
rockbox-ce5dc3ab965740e3e71e35ff96a7e7b7fbe8fde1.zip
Add RTC driver for Seiko S35390A (used in the Meizu M3 and possibly other Meizus)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21539 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index fb192cd7ae..5365d70040 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -177,6 +177,8 @@ drivers/rtc/rtc_mc13783.c
177drivers/rtc/rtc_tcc77x.c 177drivers/rtc/rtc_tcc77x.c
178#elif (CONFIG_RTC == RTC_JZ47XX) 178#elif (CONFIG_RTC == RTC_JZ47XX)
179drivers/rtc/rtc_jz4740.c 179drivers/rtc/rtc_jz4740.c
180#elif (CONFIG_RTC == RTC_S35390A)
181drivers/rtc/rtc_s35390a.c
180#endif /* (CONFIG_RTC == RTC_) */ 182#endif /* (CONFIG_RTC == RTC_) */
181#endif /* SIMULATOR */ 183#endif /* SIMULATOR */
182 184