Skip to content
Snippets Groups Projects
Commit aef7e85e authored by Lucas Russo's avatar Lucas Russo
Browse files

hal/hal.mk: add libbpmclient.a as dev_io library

Part of the github issue #11.
parent 1d6b09be
No related merge requests found
......@@ -21,6 +21,10 @@ dev_mngr_OBJS = $(dev_mngr_core_OBJS) $(debug_OBJS) \
dev_io_OBJS = $(dev_io_core_OBJS) $(ll_io_OBJS) $(sm_io_OBJS) \
$(msg_OBJS) $(debug_OBJS) $(hal_utils_OBJS)
dev_mngr_LIBS =
dev_io_LIBS =
dev_io_STATIC_LIBS = $(LIBCLIENT_DIR)/libbpmclient.a
# Merge all hal objects together
hal_OBJS = $(debug_OBJS) \
$(hal_utils_OBJS) \
......
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