summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index 8464e93586..bb2f7bd194 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -41,8 +41,8 @@ DIRS = .
41#for all targets 41#for all targets
42SUBDIRS += searchengine databox 42SUBDIRS += searchengine databox
43 43
44#for any recorder and iRiver model 44#for any recorder, iRiver or iPod model
45ifneq (,$(strip $(foreach tgt,RECORDER IRIVER,$(findstring $(tgt),$(TARGET))))) 45ifneq (,$(strip $(foreach tgt,RECORDER IRIVER IPOD_COLOR IPOD_VIDEO,$(findstring $(tgt),$(TARGET)))))
46ifneq (-DIRIVER_IFP7XX,$(TARGET)) 46ifneq (-DIRIVER_IFP7XX,$(TARGET))
47 SUBDIRS += rockboy 47 SUBDIRS += rockboy
48endif 48endif
@@ -148,6 +148,7 @@ clean:
148 $(BUILDDIR)/credits.raw $(OBJS) $(DEFS) 148 $(BUILDDIR)/credits.raw $(OBJS) $(DEFS)
149 @$(MAKE) -C lib clean OBJDIR=$(OBJDIR)/lib 149 @$(MAKE) -C lib clean OBJDIR=$(OBJDIR)/lib
150 @$(MAKE) -C rockboy clean OBJDIR=$(OBJDIR)/rockboy 150 @$(MAKE) -C rockboy clean OBJDIR=$(OBJDIR)/rockboy
151 @$(MAKE) -C mpeg2 clean OBJDIR=$(OBJDIR)/mpeg2
151 @$(MAKE) -C searchengine clean OBJDIR=$(OBJDIR)/searchengine 152 @$(MAKE) -C searchengine clean OBJDIR=$(OBJDIR)/searchengine
152 153
153-include $(DEPFILE) 154-include $(DEPFILE)