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:
parent
b78838d09f
commit
518bf0907d
1 changed files with 4 additions and 1 deletions
|
@ -56,9 +56,12 @@ video.c
|
||||||
#endif
|
#endif
|
||||||
vu_meter.c
|
vu_meter.c
|
||||||
|
|
||||||
#ifdef CONFIG_RTC /* Recorder models only */
|
#ifdef CONFIG_RTC
|
||||||
|
#if CONFIG_KEYPAD == RECORDER_PAD
|
||||||
|
/* Recorder models only for now */
|
||||||
calendar.c
|
calendar.c
|
||||||
clock.c
|
clock.c
|
||||||
|
#endif
|
||||||
#endif /* #ifdef CONFIG_RTC */
|
#endif /* #ifdef CONFIG_RTC */
|
||||||
|
|
||||||
#if CONFIG_KEYPAD != ONDIO_PAD
|
#if CONFIG_KEYPAD != ONDIO_PAD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue