summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/Makefile')
-rw-r--r--apps/plugins/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/lib/Makefile b/apps/plugins/lib/Makefile
index 39f1743f7a..c75cca1be9 100644
--- a/apps/plugins/lib/Makefile
+++ b/apps/plugins/lib/Makefile
@@ -29,7 +29,8 @@ endif
29include $(TOOLSDIR)/makesrc.inc 29include $(TOOLSDIR)/makesrc.inc
30 30
31SOURCES = $(SRC) 31SOURCES = $(SRC)
32OBJS := $(SRC:%.c=$(OBJDIR)/%.o) 32OBJS2 := $(SRC:%.c=$(OBJDIR)/%.o)
33OBJS = $(patsubst %.S, $(OBJDIR)/%.o, $(OBJS2))
33DEPFILE = $(OBJDIR)/dep-pluginlib 34DEPFILE = $(OBJDIR)/dep-pluginlib
34DIRS = . 35DIRS = .
35 36