summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-07-27 20:36:45 +0000
committerNils Wallménius <nils@rockbox.org>2008-07-27 20:36:45 +0000
commit2d337dab7f6d32f8a0ddd035dd904b3f51909afb (patch)
tree333fa2ce3137b6967c3005cd745b326d2a071d7c /apps/plugins/SUBDIRS
parentb2c4a9a0a95a62fa4ef9c5800f9e5ab014932a4d (diff)
downloadrockbox-2d337dab7f6d32f8a0ddd035dd904b3f51909afb.tar.gz
rockbox-2d337dab7f6d32f8a0ddd035dd904b3f51909afb.zip
FS#9221 by Christopher Williams fixing a couple of bugs in keybox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18138 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 94614e2f12..5ecb22e049 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -33,14 +33,14 @@ pacbox
33/* For all the color targets */ 33/* For all the color targets */
34#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ 34#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
35 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) 35 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
36doom 36//doom
37#endif 37#endif
38 38
39/* For all the swcodec targets */ 39/* For all the swcodec targets */
40#if CONFIG_CODEC == SWCODEC 40#if CONFIG_CODEC == SWCODEC
41midi 41midi
42/* beatbox */ 42/* beatbox */
43mpegplayer 43//mpegplayer
44#endif 44#endif
45 45
46#endif /* IRIVER_IFP7XX_SERIES */ 46#endif /* IRIVER_IFP7XX_SERIES */