summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index bdae8d2b0c..f07bf861b4 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -20,12 +20,8 @@ chessbox
20jpeg 20jpeg
21sudoku 21sudoku
22reversi 22reversi
23/* Exclude targets without keypads set or with not enough plugin buffer. 23/* Plugin is about 40k, rounding up to 65k to be safe. */
24 Plugin is about 40k, rounding up to 65k to be safe. */ 24#if (defined(PLUGIN_BUFFER_SIZE) && PLUGIN_BUFFER_SIZE >= 0x10000)
25#if (CONFIG_KEYPAD != SANSA_CLIP_PAD && CONFIG_KEYPAD != SANSA_M200_PAD && \
26 CONFIG_KEYPAD != CREATIVEZVM_PAD && CONFIG_KEYPAD != CREATIVEZV_PAD && \
27 CONFIG_KEYPAD != PHILIPS_HDD1630_PAD && defined(PLUGIN_BUFFER_SIZE) && \
28 PLUGIN_BUFFER_SIZE >= 0x10000)
29goban 25goban
30#endif 26#endif
31#ifndef OLYMPUS_MROBE_500 27#ifndef OLYMPUS_MROBE_500