Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mk/genlink-config.mk')
-rw-r--r--mk/genlink-config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/genlink-config.mk b/mk/genlink-config.mk
index d2970b4c..4686fe6d 100644
--- a/mk/genlink-config.mk
+++ b/mk/genlink-config.mk
@@ -65,7 +65,7 @@ endif
endif
LDLIBS += -l$(LIBNAME)
-LIBDEPS += $(OPENCM3_DIR)/lib/lib$(LIBNAME)
+LIBDEPS += $(OPENCM3_DIR)/lib/lib$(LIBNAME).a
# only append to LDLIBS if the directory exists
ifneq (,$(wildcard $(OPENCM3_DIR)/lib))