diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-03-24 12:48:28 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-03-24 12:48:28 +0000 |
| commit | b1cd32913dcd9bba7960c1f8f3b384ee1ff5a259 (patch) | |
| tree | e83bc39a34e272bca5763d39be597e96c38e09f8 /apps/plugins/Makefile | |
| parent | f12a576dfc7f2fa29b1750f3c9e7534eb8568616 (diff) | |
| download | rockbox-b1cd32913dcd9bba7960c1f8f3b384ee1ff5a259.zip rockbox-b1cd32913dcd9bba7960c1f8f3b384ee1ff5a259.tar.gz rockbox-b1cd32913dcd9bba7960c1f8f3b384ee1ff5a259.tar.bz2 rockbox-b1cd32913dcd9bba7960c1f8f3b384ee1ff5a259.tar.xz | |
Build chessbox for the X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9226 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
| -rw-r--r-- | apps/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index b591432..54917ab 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -71,7 +71,7 @@ endif # chessbox is too big to fit in the 32KB Archos plugin buffer, so we only # build for IRIVER and IPOD targets -ifneq (,$(strip $(foreach tgt,RECORDER ONDIO IRIVER IPOD GIGABEAT,$(findstring $(tgt),$(TARGET))))) +ifneq (,$(strip $(foreach tgt,RECORDER ONDIO IRIVER IPOD IAUDIO GIGABEAT,$(findstring $(tgt),$(TARGET))))) ifneq (-DIRIVER_IFP7XX,$(TARGET)) SUBDIRS += chessbox endif |