summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-03-02 13:28:24 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-03-02 13:28:24 +0000
commit8d0a32eb4b4fd7108b9ebae81f93b3909c3e477f (patch)
tree27748464d24770544561ed3fcc1b446954a2ad46 /apps/plugins/Makefile
parentf2fe4e0c4cd4ce3fe4d35c7422ada24c0ce3af9f (diff)
downloadrockbox-8d0a32eb4b4fd7108b9ebae81f93b3909c3e477f.tar.gz
rockbox-8d0a32eb4b4fd7108b9ebae81f93b3909c3e477f.zip
gigabeat related changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8885 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index 32286a25df..8c72294709 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -63,7 +63,7 @@ DIRS = .
63SUBDIRS += searchengine databox 63SUBDIRS += searchengine databox
64 64
65#for any recorder, iRiver or iPod model 65#for any recorder, iRiver or iPod model
66ifneq (,$(strip $(foreach tgt,RECORDER IRIVER IPOD_COLOR IPOD_VIDEO,$(findstring $(tgt),$(TARGET))))) 66ifneq (,$(strip $(foreach tgt,RECORDER IRIVER IPOD_COLOR IPOD_VIDEO GIGABEAT,$(findstring $(tgt),$(TARGET)))))
67ifneq (-DIRIVER_IFP7XX,$(TARGET)) 67ifneq (-DIRIVER_IFP7XX,$(TARGET))
68 SUBDIRS += rockboy 68 SUBDIRS += rockboy
69endif 69endif
@@ -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,$(findstring $(tgt),$(TARGET))))) 74ifneq (,$(strip $(foreach tgt,RECORDER ONDIO IRIVER IPOD GIGABEAT,$(findstring $(tgt),$(TARGET)))))
75ifneq (-DIRIVER_IFP7XX,$(TARGET)) 75ifneq (-DIRIVER_IFP7XX,$(TARGET))
76 SUBDIRS += chessbox 76 SUBDIRS += chessbox
77endif 77endif