1
0
Fork 0
forked from len0rd/rockbox

H300: RTC support

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8284 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-12-22 23:48:32 +00:00
parent 0dac8b77b8
commit e57471a1be
5 changed files with 41 additions and 3 deletions

View file

@ -105,7 +105,7 @@ drivers/pcf50606.c
#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO) || defined(APPLE_IPODVIDEO)
drivers/pcf50605.c
#endif
#if CONFIG_RTC == RTC_M41ST84W
#if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606)
drivers/rtc.c
#endif
drivers/serial.c