summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2008-03-01 22:55:09 +0000
committerRobert Kukla <roolku@rockbox.org>2008-03-01 22:55:09 +0000
commitd6c8b57b507658ef2e45f73d1f00e9ea88ac8d34 (patch)
tree2c3e35f7d1f705c08d963a21ede3b42f1bee5019 /apps/plugins/SOURCES
parent9876d91e351f457bac7f5ea3459dc12ef021078a (diff)
downloadrockbox-d6c8b57b507658ef2e45f73d1f00e9ea88ac8d34.tar.gz
rockbox-d6c8b57b507658ef2e45f73d1f00e9ea88ac8d34.zip
M:Robe 100: add button definition/bitmaps to plugins and enable compilation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16469 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 8ad7c3f605..b6eac56dfb 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -1,4 +1,4 @@
1#if !defined(OLYMPUS_MROBE_100) && !defined(COWON_D2) 1#if !defined(COWON_D2)
2 2
3/* plugins common to all models */ 3/* plugins common to all models */
4battery_bench.c 4battery_bench.c
@@ -63,7 +63,7 @@ blackjack.c
63bounce.c 63bounce.c
64bubbles.c 64bubbles.c
65 65
66#if (LCD_WIDTH >= 160) 66#if (LCD_DEPTH > 1)
67invadrox.c 67invadrox.c
68#endif 68#endif
69 69
@@ -148,9 +148,9 @@ iriver_flash.c
148#endif 148#endif
149 149
150#endif /* iFP7xx */ 150#endif /* iFP7xx */
151#if (LCD_WIDTH > 138) 151#if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
152/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */ 152/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
153superdom.c 153superdom.c
154#endif 154#endif
155#endif /* m:robe 500 */ 155#endif /* m:robe 500 */
156#endif /* m:robe 100 */ 156#endif /* COWON_D2 */