From dca7d391f1f57085207def0321b89b18e6307c1b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Feb 2009 18:31:56 +0000 Subject: make sure plugin.lds is not processed when building sims since it isn't used for anything then! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19957 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugins.make | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/plugins.make') diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 0f6804d..182bd11 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -33,8 +33,10 @@ PLUGINSUBDIRS := $(call preprocess, $(APPSDIR)/plugins/SUBDIRS) $(foreach dir,$(PLUGINSUBDIRS),$(eval include $(dir)/$(notdir $(dir)).make)) ### build data / rules +ifndef SIMVER PLUGIN_LDS := $(APPSDIR)/plugins/plugin.lds PLUGINLINK_LDS := $(BUILDDIR)/apps/plugins/plugin.link +endif OTHER_INC += -I$(APPSDIR)/plugins -I$(APPSDIR)/plugins/lib -- cgit v1.1