Adapt the remaining plugins to put the greyscale isr on cop. Now they can be used...
[Rockbox.git] / apps / plugins / SUBDIRS
blobb0bffc73eb8c81c9206c650ca84344b45b9296a2
1 #if !defined(IRIVER_IFP7XX_SERIES) && !defined(GIGABEAT_S)
3 /* For all targets */
4 shortcuts
6 /* For various targets... */
8 #if CONFIG_RTC
9 clock
10 #endif
12 #if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
13  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
14 rockboy
15 #endif
17 /* For all targets with a bitmap display */
18 #ifdef HAVE_LCD_BITMAP
19 chessbox
20 sudoku
21 reversi
22 #endif
24 /* For all 2bpp and colour targets */
25 #if (LCD_DEPTH >= 2) && !defined(OLYMPUS_MROBE_500)
26 zxbox
27 #endif
29 /* For all the colour targets, iriver H1x0 and iAudio M5 */
30 #if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\
31  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
32 pacbox
33 #endif
35 /* For all the color targets */
36 #if defined(HAVE_LCD_COLOR) || \
37     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
38 doom
39 #endif
41 /* For all the swcodec targets */
42 #if CONFIG_CODEC == SWCODEC
43 midi
44 /* beatbox */
45 mpegplayer
46 #endif
48 #endif /* IRIVER_IFP7XX_SERIES */