From 518bf0907d20dfe180f9e2a97a0ab6a2c6e6acb6 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 10 Dec 2005 13:40:25 +0000 Subject: 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 --- apps/plugins/SOURCES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps') 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 #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 -- cgit v1.2.3