1
0
Fork 0
forked from len0rd/rockbox

Enabled pacbox for M5.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13071 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-04-08 13:34:48 +00:00
parent 1322ae02f9
commit 349345db39

View file

@ -20,8 +20,9 @@ sudoku
zxbox
#endif
/* For all the colour targets and iriver H1x0 */
#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES)
/* For all the colour targets, iriver H1x0 and iAudio M5 */
#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES) \
|| defined(IAUDIO_M5)
pacbox
#endif