summaryrefslogtreecommitdiff
path: root/apps/plugins/plugins.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/plugins.make')
-rw-r--r--apps/plugins/plugins.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make
index 0d486c6fe3..c4fe43c007 100644
--- a/apps/plugins/plugins.make
+++ b/apps/plugins/plugins.make
@@ -19,10 +19,6 @@ ROCKS := $(ROCKS1)
19PLUGINLIB := $(BUILDDIR)/apps/plugins/libplugin.a 19PLUGINLIB := $(BUILDDIR)/apps/plugins/libplugin.a
20PLUGINLIB_SRC = $(call preprocess, $(APPSDIR)/plugins/lib/SOURCES) 20PLUGINLIB_SRC = $(call preprocess, $(APPSDIR)/plugins/lib/SOURCES)
21OTHER_SRC += $(PLUGINLIB_SRC) 21OTHER_SRC += $(PLUGINLIB_SRC)
22# include gcc-support routines for linking first if in SOURCES
23ifneq "$(findstring gcc-support.c,$(PLUGINLIB_SRC))" ""
24GCCSUPPORT_OBJ := $(BUILDDIR)/apps/plugins/lib/gcc-support.o
25endif
26 22
27PLUGINLIB_OBJ := $(PLUGINLIB_SRC:.c=.o) 23PLUGINLIB_OBJ := $(PLUGINLIB_SRC:.c=.o)
28PLUGINLIB_OBJ := $(PLUGINLIB_OBJ:.S=.o) 24PLUGINLIB_OBJ := $(PLUGINLIB_OBJ:.S=.o)