From d26bbb9cfb4dc9b11b790ba428d3a8787bce61bb Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 26 Mar 2012 23:41:38 +0200 Subject: (Hopefully) fix overlay plugins. Change-Id: I210db2109493d296dcc644d643e8814862101652 --- apps/plugins/plugins.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, $+) \ -- cgit v1.2.3