From c884d6cbebf99bb18edeba95fcb1a4191f538f01 Mon Sep 17 00:00:00 2001 From: Maksym Telychko Date: Thu, 25 Jul 2019 17:44:41 +0300 Subject: MTX-2891 mpower: partial build fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8472075..5cfc70f 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ $(APPNAME).a: $(OBJS) $(AR) -rs $@ $? $(SONAME): $(OBJS) - $(CC) $(LDFLAGS) -o $@ $? $(LDLIBS) + $(CC) $(LDFLAGS) -o $@ $+ $(LDLIBS) # Handle header dependencies DEPS = $(OBJS:.o=.d) -- cgit v1.2.3