summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index c0b5f14687..558afacc10 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -31,7 +31,7 @@ no_configure:
31endif 31endif
32 32
33$(OBJDIR)/%.elf: $(OBJDIR)/%.o $(LINKFILE) 33$(OBJDIR)/%.elf: $(OBJDIR)/%.o $(LINKFILE)
34 $(CC) -O -nostdlib -o $@ $< -lgcc -T$(LINKFILE) -Wl,-Map,$*.map 34 $(CC) -O -nostdlib -o $@ $< -lgcc -T$(LINKFILE) -Wl,-Map,$(OBJDIR)/$*.map
35 35
36$(OBJDIR)/%.rock : $(OBJDIR)/%.elf 36$(OBJDIR)/%.rock : $(OBJDIR)/%.elf
37 $(OC) -O binary $< $@ 37 $(OC) -O binary $< $@