diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-10-22 01:29:16 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-10-22 01:29:16 +0000 |
commit | 5f3af145680c07dcb6a2b21a4c8350e800c35c32 (patch) | |
tree | d70311e744354c7089c96d7e30adcd0b3d0d425b /apps/plugins/SOURCES | |
parent | 3c1b9d9d70f090744d1646cab4555a86664d151e (diff) |
add PLA keys for mrobe, and dont bother compiling any plugins yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15258 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 1bed2b1e3a..2f7ea1d32f 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -1,3 +1,4 @@ +#ifndef OLYMPUS_MROBE_500 /* plugins common to all models */ battery_bench.c chessclock.c @@ -141,3 +142,4 @@ iriver_flash.c /* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */ superdom.c #endif +#endif /* m:robe 500 */ |