genlinkk-config: fix missing .a suffix

Fixes: 96d094af13 mk/genlink-config: provide LIBNAME in devices autogeneration

The initial fix had fixed the examples repo, but broke the tests and the
template repo.  Restore the suffix properly.
This commit is contained in:
Karl Palsson 2019-05-25 21:28:04 +00:00
parent 96d094af13
commit f700781975
1 changed files with 1 additions and 1 deletions

View File

@ -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))