Commit 6c58ad35 authored by Lucas Russo's avatar Lucas Russo

hal/msg/msg.mk: update makfile

parent b89c19b4
......@@ -3,10 +3,15 @@ include hal/msg/smio_thsafe_ops/ops.mk
msg_DIR = hal/msg
msg_OBJS = $(msg_DIR)/msg_err.o \
msg_OBJS = $(msg_DIR)/msg.o \
$(msg_DIR)/msg_err.o \
$(exp_ops_OBJS) \
$(smio_thsafe_ops_OBJS)
msg_INCLUDE_DIRS = $(msg_DIR) \
$(exp_ops_INCLUDE_DIRS) \
$(smio_thsafe_ops_INCLUDE_DIRS)
# FIXME: For use in hal.mk with dev_mngr_OBJS
thsafe_msg_zmq_OBJS = $(smio_thsafe_ops_DIR)/thsafe_msg_zmq.o \
$(msg_DIR)/msg_err.o
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