From 8d0a32eb4b4fd7108b9ebae81f93b3909c3e477f Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Thu, 2 Mar 2006 13:28:24 +0000 Subject: gigabeat related changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8885 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/Makefile') 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 = . 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 -- cgit v1.2.3