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
|
viewer.c
|
||||||
dict.c
|
dict.c
|
||||||
|
|
||||||
|
#if CONFIG_KEYPAD != IPOD_4G_PAD
|
||||||
|
metronome.c
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
|
#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
|
||||||
solitaire.c
|
solitaire.c
|
||||||
#ifndef HAVE_LCD_COLOR
|
#ifndef HAVE_LCD_COLOR
|
||||||
|
|
@ -32,7 +36,6 @@ flipit.c
|
||||||
grayscale.c
|
grayscale.c
|
||||||
jpeg.c
|
jpeg.c
|
||||||
mandelbrot.c
|
mandelbrot.c
|
||||||
metronome.c
|
|
||||||
minesweeper.c
|
minesweeper.c
|
||||||
oscillograph.c
|
oscillograph.c
|
||||||
oscilloscope.c
|
oscilloscope.c
|
||||||
|
|
@ -88,5 +91,4 @@ wav2wv.c
|
||||||
midi2wav.c
|
midi2wav.c
|
||||||
#else
|
#else
|
||||||
splitedit.c
|
splitedit.c
|
||||||
metronome.c
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue