1
0
Fork 0
forked from len0rd/rockbox

No need to include pcf50605.c twice for ipods.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11132 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-10-05 11:35:11 +00:00
parent df9a081cda
commit 0640a050d5

View file

@ -147,9 +147,6 @@ drivers/eeprom_24cxx.c
eeprom_settings.c
#endif
#endif
#ifdef IPOD_ARCH
drivers/pcf50605.c
#endif
#if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606) \
|| (CONFIG_RTC == RTC_PCF50605) || (CONFIG_RTC == RTC_E8564)
drivers/rtc.c