1
0
Fork 0
forked from len0rd/rockbox

Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8147 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-12-04 15:23:47 +00:00
parent 0ea71be348
commit 8c800cf59a
27 changed files with 48 additions and 62 deletions

View file

@ -56,10 +56,10 @@ video.c
#endif
vu_meter.c
#ifdef HAVE_RTC /* Recorder models only */
#ifdef CONFIG_RTC /* Recorder models only */
calendar.c
clock.c
#endif /* #ifdef HAVE_RTC */
#endif /* #ifdef CONFIG_RTC */
#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */