1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2005-12-10 13:40:25 +00:00
parent b78838d09f
commit 518bf0907d

View file

@ -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