forked from len0rd/rockbox
Only build Lua overlay on low-mem targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24702 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82d456717e
commit
b1908e95e1
1 changed files with 2 additions and 7 deletions
|
@ -60,6 +60,7 @@ disktidy.c
|
||||||
flipit.c
|
flipit.c
|
||||||
|
|
||||||
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
|
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
|
||||||
|
boomshine.lua
|
||||||
rockblox1d.c
|
rockblox1d.c
|
||||||
brickmania.c
|
brickmania.c
|
||||||
calendar.c
|
calendar.c
|
||||||
|
@ -118,6 +119,7 @@ zxbox.c
|
||||||
|
|
||||||
/* overlay loader for Goban */
|
/* overlay loader for Goban */
|
||||||
#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
|
#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
|
||||||
|
lua.c
|
||||||
goban.c
|
goban.c
|
||||||
pictureflow.c
|
pictureflow.c
|
||||||
#endif
|
#endif
|
||||||
|
@ -174,13 +176,6 @@ superdom.c
|
||||||
|
|
||||||
md5sum.c
|
md5sum.c
|
||||||
|
|
||||||
#if (PLUGIN_BUFFER_SIZE >= 0x80000)
|
|
||||||
lua.c
|
|
||||||
#ifdef HAVE_LCD_BITMAP
|
|
||||||
boomshine.lua
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USB_ENABLE_HID
|
#ifdef USB_ENABLE_HID
|
||||||
remote_control.c
|
remote_control.c
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue