1
0
Fork 0
forked from len0rd/rockbox

RTC support for Sansa.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-02-03 13:10:17 +00:00
parent 28aa1316d4
commit 1a2dddc346
4 changed files with 169 additions and 1 deletions

View file

@ -138,6 +138,8 @@ drivers/rtc/rtc_pcf50605.c
drivers/rtc/rtc_e8564.c
#elif (CONFIG_RTC == RTC_S3C2440)
drivers/rtc/rtc_s3c2440.c
#elif (CONFIG_RTC == RTC_AS3514)
drivers/rtc/rtc_as3514.c
#endif /* (CONFIG_RTC == RTC_) */
#endif /* SIMULATOR */