summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES.app_build
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-01-27 00:06:51 +0100
committerThomas Martitz <kugel@rockbox.org>2012-01-27 09:15:05 +0100
commit7c623d577beea6fce3eadaa697d5e6835d820bdf (patch)
tree56c9dedc3cc60c004cf06fbae5a3143557e5bdc3 /apps/plugins/SOURCES.app_build
parentc406f945924412f4c472413b578e396036e63626 (diff)
downloadrockbox-7c623d577beea6fce3eadaa697d5e6835d820bdf.tar.gz
rockbox-7c623d577beea6fce3eadaa697d5e6835d820bdf.zip
Use PLA in boomshine.lua instead of the awkward kbd_input context. This enables it on RaaA.
Change-Id: I616bb39c1e785e39e9369d2ccef45477911bb5a3
Diffstat (limited to 'apps/plugins/SOURCES.app_build')
-rw-r--r--apps/plugins/SOURCES.app_build4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES.app_build b/apps/plugins/SOURCES.app_build
index 8a94e67a37..d33f9951cf 100644
--- a/apps/plugins/SOURCES.app_build
+++ b/apps/plugins/SOURCES.app_build
@@ -11,6 +11,10 @@ search.c
11sort.c 11sort.c
12theme_remove.c 12theme_remove.c
13vbrfix.c 13vbrfix.c
14#if PLUGIN_BUFFER_SIZE >= 0x80000
15boomshine.lua
16#endif
17
14 18
15#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ 19#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
16#ifdef HAVE_ADJUSTABLE_CPU_FREQ 20#ifdef HAVE_ADJUSTABLE_CPU_FREQ