summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
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/SOURCES
parentb78838d09feb83c8d3ae4bdb24b2d771373199a6 (diff)
downloadrockbox-518bf0907d20dfe180f9e2a97a0ab6a2c6e6acb6.tar.gz
rockbox-518bf0907d20dfe180f9e2a97a0ab6a2c6e6acb6.zip
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/SOURCES')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index c2ddc3d42b..88a0302278 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -56,9 +56,12 @@ video.c
56#endif 56#endif
57vu_meter.c 57vu_meter.c
58 58
59#ifdef CONFIG_RTC /* Recorder models only */ 59#ifdef CONFIG_RTC
60#if CONFIG_KEYPAD == RECORDER_PAD
61/* Recorder models only for now */
60calendar.c 62calendar.c
61clock.c 63clock.c
64#endif
62#endif /* #ifdef CONFIG_RTC */ 65#endif /* #ifdef CONFIG_RTC */
63 66
64#if CONFIG_KEYPAD != ONDIO_PAD 67#if CONFIG_KEYPAD != ONDIO_PAD