summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/plugins.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make
index 8be87b94c1..58e05473e7 100644
--- a/apps/plugins/plugins.make
+++ b/apps/plugins/plugins.make
@@ -94,8 +94,8 @@ else
94 $(SILENT)$(OC) -O binary $(BUILDDIR)/$*.elf $@ 94 $(SILENT)$(OC) -O binary $(BUILDDIR)/$*.elf $@
95endif 95endif
96 96
97$(BUILDDIR)/%.refmap: $(BUILDDIR)/%.o $(OVERLAYREF_LDS) $(PLUGINLIB) $(PLUGINBITMAPLIB) 97$(BUILDDIR)/%.refmap: $(BUILDDIR)/%.o $(APPSDIR)/plugin.h $(OVERLAYREF_LDS) $(PLUGINLIB) $(PLUGINBITMAPLIB)
98 $(call PRINTS,LD $(@F))$(CC) $(PLUGINFLAGS) -o /dev/null \ 98 $(call PRINTS,LD $(@F))$(CC) $(PLUGINFLAGS) -o /dev/null \
99 $(filter %.o, $^) \ 99 $(filter %.o, $^) \
100 $(filter %.a, $^) \ 100 $(filter %.a, $+) \
101 -lgcc $(OVERLAYLDFLAGS) 101 -lgcc $(OVERLAYLDFLAGS)