summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
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