From 349345db394600529865a4871bcc3c119ca95643 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 8 Apr 2007 13:34:48 +0000 Subject: [PATCH] Enabled pacbox for M5. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13071 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SUBDIRS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 70cffe7e0d..34e83f0195 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -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