2006-04-01 13:32:16 +00:00
|
|
|
#ifndef IRIVER_IFP7XX_SERIES
|
|
|
|
|
|
|
|
/* For all targets */
|
|
|
|
databox
|
|
|
|
|
|
|
|
/* For various targets... */
|
|
|
|
#if (CONFIG_KEYPAD == RECORDER_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == IRIVER_H100_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == IRIVER_H300_PAD) || \
|
|
|
|
defined(IPOD_COLOR) || \
|
|
|
|
defined(IPOD_VIDEO) || \
|
|
|
|
defined(TOSHIBA_GIGABEAT_F)
|
|
|
|
rockboy
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* For all targets with a bitmap display */
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
|
|
|
chessbox
|
2006-04-01 18:38:34 +00:00
|
|
|
sudoku
|
|
|
|
#endif
|
2006-04-01 13:32:16 +00:00
|
|
|
|
|
|
|
/* For all the colour targets and iriver H1x0 */
|
|
|
|
#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES)
|
|
|
|
pacbox
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* For all the color targets apart from the Gigabeat */
|
2006-08-07 01:46:42 +00:00
|
|
|
#if (defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F)) || (LCD_DEPTH == 2)
|
2006-04-01 13:32:16 +00:00
|
|
|
doom
|
|
|
|
#endif
|
|
|
|
|
2006-08-07 22:11:07 +00:00
|
|
|
/* For all the colour targets */
|
|
|
|
#if defined(HAVE_LCD_COLOR)
|
|
|
|
mpegplayer
|
|
|
|
#endif
|
|
|
|
|
2006-04-01 13:32:16 +00:00
|
|
|
|
|
|
|
#endif /* IRIVER_IFP7XX_SERIES */
|