summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/plugins.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make
index 1efd513396..9fff82d832 100644
--- a/apps/plugins/plugins.make
+++ b/apps/plugins/plugins.make
@@ -44,6 +44,7 @@ $(PLUGINLIB): $(PLUGINLIB_OBJ)
44 44
45$(PLUGINLINK_LDS): $(PLUGIN_LDS) 45$(PLUGINLINK_LDS): $(PLUGIN_LDS)
46 $(call PRINTS,PP $(@F)) 46 $(call PRINTS,PP $(@F))
47 $(shell mkdir -p $(dir $@))
47 $(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS)) 48 $(call preprocess2file,$<,$@,-DLOADADDRESS=$(LOADADDRESS))
48 49
49$(BUILDDIR)/credits.raw credits.raw: $(DOCSDIR)/CREDITS 50$(BUILDDIR)/credits.raw credits.raw: $(DOCSDIR)/CREDITS