Add platform file for Ipod 1G / 2G. Now only the front image is missing for building...
[Rockbox.git] / apps / plugins / SUBDIRS
blob6665f41e4e87a6ccb46bfef81071a5f19dcb3e7d
1 #ifndef IRIVER_IFP7XX_SERIES
3 /* For all targets */
5 /* For various targets... */
6 #if (CONFIG_KEYPAD == RECORDER_PAD) || defined(HAVE_LCD_COLOR) \
7  || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
8 rockboy
9 #endif
11 /* For all targets with a bitmap display */
12 #ifdef HAVE_LCD_BITMAP
13 chessbox
14 sudoku
15 reversi
16 #endif
18 /* For all 2bpp and colour targets */
19 #if (LCD_DEPTH >= 2)
20 zxbox
21 #endif
23 /* For all the colour targets, iriver H1x0 and iAudio M5 */
24 #if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES) \
25  || defined(IAUDIO_M5)
26 pacbox
27 #endif
29 /* For all the color targets */
30 #if defined(HAVE_LCD_COLOR) || \
31     (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
32 doom
33 #endif
35 /* For all the swcodec targets */
36 #if CONFIG_CODEC == SWCODEC
37 mpegplayer
38 #endif
40 #endif /* IRIVER_IFP7XX_SERIES */