summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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
20jpeg 20jpeg
21sudoku 21sudoku
22reversi 22reversi
23/* Exclude targets without keypads set or with not enough plugin buffer.
24 Plugin is about 40k, rounding up to 65k to be safe. */
23#if (CONFIG_KEYPAD != SANSA_CLIP_PAD && CONFIG_KEYPAD != SANSA_M200_PAD && \ 25#if (CONFIG_KEYPAD != SANSA_CLIP_PAD && CONFIG_KEYPAD != SANSA_M200_PAD && \
24 CONFIG_KEYPAD != CREATIVEZVM_PAD && CONFIG_KEYPAD != CREATIVEZV_PAD && \ 26 CONFIG_KEYPAD != CREATIVEZVM_PAD && CONFIG_KEYPAD != CREATIVEZV_PAD && \
25 CONFIG_KEYPAD != RECORDER_PAD && CONFIG_KEYPAD != ONDIO_PAD) 27 CONFIG_KEYPAD != PHILIPS_HDD1630_PAD && defined(PLUGIN_BUFFER_SIZE) && \
28 PLUGIN_BUFFER_SIZE >= 0x10000)
26goban 29goban
27#endif 30#endif
28#ifndef OLYMPUS_MROBE_500 31#ifndef OLYMPUS_MROBE_500