summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES17
1 files changed, 7 insertions, 10 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 8f06522bc3..4e6079ac59 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -67,22 +67,19 @@ iriverify.c
67 67
68#ifndef SIMULATOR /* those plugins only run on hardware */ 68#ifndef SIMULATOR /* those plugins only run on hardware */
69 69
70/* Overlay loaders */ 70/* Overlays loaders */
71#if PLUGIN_BUFFER_SIZE <= 0x10000 && defined(HAVE_LCD_BITMAP)
71 72
72#if (MEMORYSIZE <= 8) 73#if CONFIG_KEYPAD != ONDIO_PAD /* not enough buttons for rockboy */
73chessbox.c
74#if CONFIG_KEYPAD == RECORDER_PAD
75rockboy.c 74rockboy.c
76#endif 75#endif
77zxbox.c
78#endif
79 76
80/* overlay loader for Goban */ 77zxbox.c
81#if (PLUGIN_BUFFER_SIZE < 0x10000) 78chessbox.c
82lua.c
83goban.c 79goban.c
84pictureflow.c 80pictureflow.c
85#endif 81
82#endif /* PLUGIN_BUFFER_SIZE <= 0x10000 && HAVE_LCD_BITMAP */
86 83
87 84
88#if CONFIG_CODEC != SWCODEC 85#if CONFIG_CODEC != SWCODEC