diff options
| author | Zakk Roberts <midk@rockbox.org> | 2006-03-13 04:08:11 +0000 |
|---|---|---|
| committer | Zakk Roberts <midk@rockbox.org> | 2006-03-13 04:08:11 +0000 |
| commit | d91af84e4326b7093fb244e610f4a8fb9ea0df2f (patch) | |
| tree | c16d423a84f1b4a33a677d55faf918d9aa688930 /apps/plugins/SOURCES | |
| parent | 27be070cb10cbadce10e0bba3babb2003f23419b (diff) | |
| download | rockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.zip rockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.tar.gz rockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.tar.bz2 rockbox-d91af84e4326b7093fb244e610f4a8fb9ea0df2f.tar.xz | |
Please let this be the last fix.. please..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9023 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index fc2664a..53533be 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -33,7 +33,7 @@ plasma.c bejeweled.c bounce.c -#if !(CONFIG_KEYPAD == IAUDIO_X5_PAD) || !(CONFIG_KEYPAD == IPOD_3G_PAD) +#if (CONFIG_KEYPAD != IAUDIO_X5_PAD) && (CONFIG_KEYPAD != IPOD_3G_PAD) wormlet.c #endif |