Commit ced280fc authored by Lucas Russo's avatar Lucas Russo

src/hal/hal.mk: remove unused libbpmclient.a lib from *LIBS variable

We don't need the libbpmclient to be reference here as we already
do that in the top Makefile
parent 5c31891c
......@@ -29,10 +29,10 @@ dev_mngr_LIBS =
dev_mngr_STATIC_LIBS =
dev_io_LIBS = -lbsmp
dev_io_STATIC_LIBS = $(LIBBPMCLIENT_DIR)/libbpmclient.a
dev_io_STATIC_LIBS =
dev_io_cfg_LIBS = -lbsmp
dev_io_cfg_STATIC_LIBS = $(LIBBPMCLIENT_DIR)/libbpmclient.a
dev_io_cfg_STATIC_LIBS =
# Merge all hal objects together
hal_OBJS = $(debug_OBJS) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment