diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-12-10 13:40:25 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-12-10 13:40:25 +0000 |
| commit | 518bf0907d20dfe180f9e2a97a0ab6a2c6e6acb6 (patch) | |
| tree | 75f11de53d73cc7478a3bc4cc7aede19a071d572 /apps/plugins | |
| parent | b78838d09feb83c8d3ae4bdb24b2d771373199a6 (diff) | |
| download | rockbox-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/SOURCES | 5 |
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 |