forked from len0rd/rockbox
Don't build metronome on the iPod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8320 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81c9d58c4e
commit
383b3c1b8d
1 changed files with 4 additions and 2 deletions
|
@ -17,6 +17,10 @@ vbrfix.c
|
|||
viewer.c
|
||||
dict.c
|
||||
|
||||
#if CONFIG_KEYPAD != IPOD_4G_PAD
|
||||
metronome.c
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
|
||||
solitaire.c
|
||||
#ifndef HAVE_LCD_COLOR
|
||||
|
@ -32,7 +36,6 @@ flipit.c
|
|||
grayscale.c
|
||||
jpeg.c
|
||||
mandelbrot.c
|
||||
metronome.c
|
||||
minesweeper.c
|
||||
oscillograph.c
|
||||
oscilloscope.c
|
||||
|
@ -88,5 +91,4 @@ wav2wv.c
|
|||
midi2wav.c
|
||||
#else
|
||||
splitedit.c
|
||||
metronome.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue