summaryrefslogtreecommitdiff
path: root/apps/plugins/searchengine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/searchengine/Makefile')
-rw-r--r--apps/plugins/searchengine/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/apps/plugins/searchengine/Makefile b/apps/plugins/searchengine/Makefile
index 1ecd12803b..e6e980b7b0 100644
--- a/apps/plugins/searchengine/Makefile
+++ b/apps/plugins/searchengine/Makefile
@@ -24,17 +24,8 @@ SOURCES = $(SRC)
24OBJS := $(SRC:%.c=$(OBJDIR)/%.o) 24OBJS := $(SRC:%.c=$(OBJDIR)/%.o)
25DIRS = . 25DIRS = .
26 26
27 27LDS := ../plugin.lds
28ifndef SIMVER 28OUTPUT = $(OUTDIR)/searchengine.rock
29ifneq (,$(findstring RECORDER,$(TARGET))) ## Archos recorder targets
30 OUTPUT = $(OUTDIR)/searchengine.rock
31else ## iRiver target
32 LDS := ../plugin.lds
33 OUTPUT = $(OUTDIR)/searchengine.rock
34endif
35else ## simulators
36 OUTPUT = $(OUTDIR)/searchengine.rock
37endif
38 29
39all: $(OUTPUT) 30all: $(OUTPUT)
40 31