diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-21 12:30:54 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-21 12:30:54 +0000 |
| commit | 0077b0678fad27a82f16ed7c63f8fe1e13dcd92f (patch) | |
| tree | b3de6c4a037a9d2b5837e04cac3757e8a4a30be1 /apps/plugins/SOURCES | |
| parent | 8b61dd1cc553eeeffeebefb33dc88adf6d9bd2a9 (diff) | |
| download | rockbox-0077b0678fad27a82f16ed7c63f8fe1e13dcd92f.zip rockbox-0077b0678fad27a82f16ed7c63f8fe1e13dcd92f.tar.gz rockbox-0077b0678fad27a82f16ed7c63f8fe1e13dcd92f.tar.bz2 rockbox-0077b0678fad27a82f16ed7c63f8fe1e13dcd92f.tar.xz | |
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
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index d851d6a..5ba983e 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -1,5 +1,7 @@ /* plugins common to all models */ +#ifndef IAUDIO_X5 battery_bench.c +#endif battery_test.c chessclock.c credits.c @@ -8,7 +10,9 @@ dict.c favorites.c firmware_flash.c logo.c +#ifndef IAUDIO_X5 metronome.c +#endif mosaique.c rockbox_flash.c search.c |