summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES2
-rw-r--r--apps/plugins/SUBDIRS3
2 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 132dd534f2..1ae0144866 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -76,7 +76,7 @@ iriverify.c
76 76
77#if defined(HAVE_LCD_COLOR) && \ 77#if defined(HAVE_LCD_COLOR) && \
78 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) 78 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
79#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && (PLUGIN_BUFFER_SIZE > 0x14000) 79#if (PLUGIN_BUFFER_SIZE > 0x14000) && defined(CPU_ARM)
80duke3d.c 80duke3d.c
81#endif 81#endif
82#endif 82#endif
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 62b1a6a83d..07c435123c 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -18,7 +18,8 @@ clock
18xworld 18xworld
19 19
20/* for duke, etc. */ 20/* for duke, etc. */
21#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && (PLUGIN_BUFFER_SIZE > 0x14000) 21#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && (PLUGIN_BUFFER_SIZE > 0x14000) && \
22 defined(CPU_ARM)
22sdl 23sdl
23#endif 24#endif
24 25