summaryrefslogtreecommitdiffstats
path: root/apps/plugins
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-03-26 23:41:38 +0200
committerThomas Martitz <kugel@rockbox.org>2012-03-26 23:41:38 +0200
commitd26bbb9cfb4dc9b11b790ba428d3a8787bce61bb (patch)
treef02639bd70f19fcc14c05b9934265cc357b0f874 /apps/plugins
parent54e00c18a3520cda1c5c459ed9e0c1eae2eb4490 (diff)
downloadrockbox-d26bbb9cfb4dc9b11b790ba428d3a8787bce61bb.tar.gz
rockbox-d26bbb9cfb4dc9b11b790ba428d3a8787bce61bb.zip
(Hopefully) fix overlay plugins.
Change-Id: I210db2109493d296dcc644d643e8814862101652
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/plugins.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make
index 3ea6d96432..67b0d83932 100644
--- a/apps/plugins/plugins.make
+++ b/apps/plugins/plugins.make
@@ -131,7 +131,7 @@ endif
$(BUILDDIR)/apps/plugins/%.lua: $(ROOTDIR)/apps/plugins/%.lua
$(call PRINTS,CP $(subst $(ROOTDIR)/,,$<))cp $< $(BUILDDIR)/apps/plugins/
-$(BUILDDIR)/%.refmap: $(APPSDIR)/plugin.h $(OVERLAYREF_LDS) $(PLUGIN_LIBS)
+$(BUILDDIR)/%.refmap: $(APPSDIR)/plugin.h $(OVERLAYREF_LDS) $(PLUGIN_LIBS) $(PLUGIN_CRT0)
$(call PRINTS,LD $(@F))$(CC) $(PLUGINFLAGS) -o /dev/null \
$(filter %.o, $^) \
$(filter %.a, $+) \