summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-12-10 13:40:25 +0000
committerDave Chapman <dave@dchapman.com>2005-12-10 13:40:25 +0000
commit518bf0907d20dfe180f9e2a97a0ab6a2c6e6acb6 (patch)
tree75f11de53d73cc7478a3bc4cc7aede19a071d572 /apps/plugins
parentb78838d09feb83c8d3ae4bdb24b2d771373199a6 (diff)
downloadrockbox-518bf0907d20dfe180f9e2a97a0ab6a2c6e6acb6.zip
rockbox-518bf0907d20dfe180f9e2a97a0ab6a2c6e6acb6.tar.gz
rockbox-518bf0907d20dfe180f9e2a97a0ab6a2c6e6acb6.tar.bz2
rockbox-518bf0907d20dfe180f9e2a97a0ab6a2c6e6acb6.tar.xz
Only build clock and calendar plugins for targets with RECORDER_PAD - these plugins need adjusting for the H300/iPod keypads
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8213 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index c2ddc3d..88a0302 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -56,9 +56,12 @@ video.c
#endif
vu_meter.c
-#ifdef CONFIG_RTC /* Recorder models only */
+#ifdef CONFIG_RTC
+#if CONFIG_KEYPAD == RECORDER_PAD
+/* Recorder models only for now */
calendar.c
clock.c
+#endif
#endif /* #ifdef CONFIG_RTC */
#if CONFIG_KEYPAD != ONDIO_PAD