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.zip
rockbox-8d0a32eb4b4fd7108b9ebae81f93b3909c3e477f.tar.gz
rockbox-8d0a32eb4b4fd7108b9ebae81f93b3909c3e477f.tar.bz2
rockbox-8d0a32eb4b4fd7108b9ebae81f93b3909c3e477f.tar.xz
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 32286a2..8c72294 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -63,7 +63,7 @@ DIRS = .
SUBDIRS += searchengine databox
#for any recorder, iRiver or iPod model
-ifneq (,$(strip $(foreach tgt,RECORDER IRIVER IPOD_COLOR IPOD_VIDEO,$(findstring $(tgt),$(TARGET)))))
+ifneq (,$(strip $(foreach tgt,RECORDER IRIVER IPOD_COLOR IPOD_VIDEO GIGABEAT,$(findstring $(tgt),$(TARGET)))))
ifneq (-DIRIVER_IFP7XX,$(TARGET))
SUBDIRS += rockboy
endif
@@ -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,$(findstring $(tgt),$(TARGET)))))
+ifneq (,$(strip $(foreach tgt,RECORDER ONDIO IRIVER IPOD GIGABEAT,$(findstring $(tgt),$(TARGET)))))
ifneq (-DIRIVER_IFP7XX,$(TARGET))
SUBDIRS += chessbox
endif