summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2010-02-16 21:31:16 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2010-02-16 21:31:16 +0000
commitb1908e95e130b766af113a264b145da06bbeeb31 (patch)
treeb712d1c582fe1d4f621385dda296c2abab11ace0 /apps
parent82d456717e82e24c7d3e4ccc7204d2b0f5af28bb (diff)
downloadrockbox-b1908e95e130b766af113a264b145da06bbeeb31.zip
rockbox-b1908e95e130b766af113a264b145da06bbeeb31.tar.gz
rockbox-b1908e95e130b766af113a264b145da06bbeeb31.tar.bz2
rockbox-b1908e95e130b766af113a264b145da06bbeeb31.tar.xz
Only build Lua overlay on low-mem targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24702 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SOURCES9
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 16f7ff6..da906e6 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -60,6 +60,7 @@ disktidy.c
flipit.c
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
+boomshine.lua
rockblox1d.c
brickmania.c
calendar.c
@@ -118,6 +119,7 @@ zxbox.c
/* overlay loader for Goban */
#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
+lua.c
goban.c
pictureflow.c
#endif
@@ -174,13 +176,6 @@ superdom.c
md5sum.c
-#if (PLUGIN_BUFFER_SIZE >= 0x80000)
-lua.c
-#ifdef HAVE_LCD_BITMAP
-boomshine.lua
-#endif
-#endif
-
#ifdef USB_ENABLE_HID
remote_control.c
#endif