summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-12-04 15:23:47 +0000
committerDave Chapman <dave@dchapman.com>2005-12-04 15:23:47 +0000
commit8c800cf59af23eaa22b97e89556640f63998b9bd (patch)
tree96115da5d0597b7625c637158364866d365258e1 /apps/plugins/SOURCES
parent0ea71be34895a225e137af20faea2adc9f113853 (diff)
downloadrockbox-8c800cf59af23eaa22b97e89556640f63998b9bd.tar.gz
rockbox-8c800cf59af23eaa22b97e89556640f63998b9bd.zip
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
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index b335a068f4..c2ddc3d42b 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -56,10 +56,10 @@ video.c
56#endif 56#endif
57vu_meter.c 57vu_meter.c
58 58
59#ifdef HAVE_RTC /* Recorder models only */ 59#ifdef CONFIG_RTC /* Recorder models only */
60calendar.c 60calendar.c
61clock.c 61clock.c
62#endif /* #ifdef HAVE_RTC */ 62#endif /* #ifdef CONFIG_RTC */
63 63
64#if CONFIG_KEYPAD != ONDIO_PAD 64#if CONFIG_KEYPAD != ONDIO_PAD
65/* gradually bring in the ones not working yet */ 65/* gradually bring in the ones not working yet */