summaryrefslogtreecommitdiffstats
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2009-02-11 19:09:09 +0000
committerMustapha Senhaji <moos@rockbox.org>2009-02-11 19:09:09 +0000
commitcdecd9dfa84368147a3f1e9f56f7d9e118bebe9c (patch)
tree5ccfb79fbacf1c22d970aec28f7c9a9d9c88ba0b /apps/plugins/SUBDIRS
parent42db6f261bf7ed06552fc1ff6fdf06e970fceec1 (diff)
downloadrockbox-cdecd9dfa84368147a3f1e9f56f7d9e118bebe9c.tar.gz
rockbox-cdecd9dfa84368147a3f1e9f56f7d9e118bebe9c.zip
Exclude the philips build too for now, to fix building.
Coming soon: more suported targets like archos or those new ports... Once the keymaps for those targets will be done, and the memory usage issue worked out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19977 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index ddd96ff49d..bdae8d2b0c 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -20,9 +20,12 @@ chessbox
jpeg
sudoku
reversi
+/* Exclude targets without keypads set or with not enough plugin buffer.
+ Plugin is about 40k, rounding up to 65k to be safe. */
#if (CONFIG_KEYPAD != SANSA_CLIP_PAD && CONFIG_KEYPAD != SANSA_M200_PAD && \
CONFIG_KEYPAD != CREATIVEZVM_PAD && CONFIG_KEYPAD != CREATIVEZV_PAD && \
- CONFIG_KEYPAD != RECORDER_PAD && CONFIG_KEYPAD != ONDIO_PAD)
+ CONFIG_KEYPAD != PHILIPS_HDD1630_PAD && defined(PLUGIN_BUFFER_SIZE) && \
+ PLUGIN_BUFFER_SIZE >= 0x10000)
goban
#endif
#ifndef OLYMPUS_MROBE_500