mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Exclude metronome and battery_bench from the X5 build until the button mappings are correct
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9161 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8b61dd1cc5
commit
0077b0678f
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
/* plugins common to all models */
|
/* plugins common to all models */
|
||||||
|
#ifndef IAUDIO_X5
|
||||||
battery_bench.c
|
battery_bench.c
|
||||||
|
#endif
|
||||||
battery_test.c
|
battery_test.c
|
||||||
chessclock.c
|
chessclock.c
|
||||||
credits.c
|
credits.c
|
||||||
|
@ -8,7 +10,9 @@ dict.c
|
||||||
favorites.c
|
favorites.c
|
||||||
firmware_flash.c
|
firmware_flash.c
|
||||||
logo.c
|
logo.c
|
||||||
|
#ifndef IAUDIO_X5
|
||||||
metronome.c
|
metronome.c
|
||||||
|
#endif
|
||||||
mosaique.c
|
mosaique.c
|
||||||
rockbox_flash.c
|
rockbox_flash.c
|
||||||
search.c
|
search.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue