summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-18 14:14:53 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-18 14:14:53 +0000
commit681cedb4d8e55647fd3a125cdd2966c7d2ccd200 (patch)
treed6f20a6184bf71aa26361457fef5c1f989c667e8 /apps/plugins/SOURCES
parent6e15b710c0eb3353ef6b17d07424b80058e5e88f (diff)
downloadrockbox-681cedb4d8e55647fd3a125cdd2966c7d2ccd200.tar.gz
rockbox-681cedb4d8e55647fd3a125cdd2966c7d2ccd200.zip
Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes
Bring Clipv1 & m200v4 plugin buffer down to this limit zxbox, chessbox and rockboy build on the clip rockboy doesn't build on m200v4 due to not enough buttons to make a keymap Some gameboy roms won't run on Clipv1: tetris does but not pokemon for example git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26144 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 4e6079ac59..6a126f3f14 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -70,7 +70,8 @@ iriverify.c
70/* Overlays loaders */ 70/* Overlays loaders */
71#if PLUGIN_BUFFER_SIZE <= 0x10000 && defined(HAVE_LCD_BITMAP) 71#if PLUGIN_BUFFER_SIZE <= 0x10000 && defined(HAVE_LCD_BITMAP)
72 72
73#if CONFIG_KEYPAD != ONDIO_PAD /* not enough buttons for rockboy */ 73#if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD
74/* not enough buttons for rockboy */
74rockboy.c 75rockboy.c
75#endif 76#endif
76 77