summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-03-24 12:48:28 +0000
committerDave Chapman <dave@dchapman.com>2006-03-24 12:48:28 +0000
commitb1cd32913dcd9bba7960c1f8f3b384ee1ff5a259 (patch)
treee83bc39a34e272bca5763d39be597e96c38e09f8 /apps/plugins/Makefile
parentf12a576dfc7f2fa29b1750f3c9e7534eb8568616 (diff)
downloadrockbox-b1cd32913dcd9bba7960c1f8f3b384ee1ff5a259.tar.gz
rockbox-b1cd32913dcd9bba7960c1f8f3b384ee1ff5a259.zip
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index b591432646..54917ab658 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -71,7 +71,7 @@ endif
71 71
72# chessbox is too big to fit in the 32KB Archos plugin buffer, so we only 72# chessbox is too big to fit in the 32KB Archos plugin buffer, so we only
73# build for IRIVER and IPOD targets 73# build for IRIVER and IPOD targets
74ifneq (,$(strip $(foreach tgt,RECORDER ONDIO IRIVER IPOD GIGABEAT,$(findstring $(tgt),$(TARGET))))) 74ifneq (,$(strip $(foreach tgt,RECORDER ONDIO IRIVER IPOD IAUDIO GIGABEAT,$(findstring $(tgt),$(TARGET)))))
75ifneq (-DIRIVER_IFP7XX,$(TARGET)) 75ifneq (-DIRIVER_IFP7XX,$(TARGET))
76 SUBDIRS += chessbox 76 SUBDIRS += chessbox
77endif 77endif