summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index 83617278d5..39bf3c011b 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -35,11 +35,18 @@ OBJS := $(SRC:%.c=$(OBJDIR)/%.o)
35DEFS := $(SRC:%.c=$(OBJDIR)/%.def) 35DEFS := $(SRC:%.c=$(OBJDIR)/%.def)
36DIRS = . 36DIRS = .
37 37
38#######################################
39# Subdirs containing multi-file plugins
40
41#for all targets
42SUBDIRS += searchengine
43
38#for any recorder and iRiver model 44#for any recorder and iRiver model
39ifneq (,$(strip $(foreach tgt,RECORDER IRIVER,$(findstring $(tgt),$(TARGET))))) 45ifneq (,$(strip $(foreach tgt,RECORDER IRIVER,$(findstring $(tgt),$(TARGET)))))
40 SUBDIRS += rockboy searchengine 46 SUBDIRS += rockboy
41endif 47endif
42 48
49
43.PHONY: $(SUBDIRS) 50.PHONY: $(SUBDIRS)
44all: $(OBJDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE) 51all: $(OBJDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE)
45 52