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 a8dc01e4e7..fa0e8b8f74 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -39,11 +39,11 @@ DIRS = .
# Subdirs containing multi-file plugins
#for all targets
-SUBDIRS += searchengine
+SUBDIRS += searchengine databox
#for any recorder and iRiver model
ifneq (,$(strip $(foreach tgt,RECORDER IRIVER,$(findstring $(tgt),$(TARGET)))))
- SUBDIRS += rockboy databox
+ SUBDIRS += rockboy
endif