Commit bb1a4cb1 authored by Lucas Russo's avatar Lucas Russo

Makefile: add common board objects

This, together with commits from c171576c
to bbe05bf6 fixes #115 github issue
parent bbe05bf6
......@@ -250,7 +250,8 @@ dev_mngr_OBJS += $(dev_mngr_core_OBJS) $(debug_OBJS) \
$(ll_io_utils_OBJS) $(dev_io_core_utils_OBJS)
common_app_OBJS = $(dev_io_core_OBJS) $(ll_io_OBJS) \
$(sm_io_OBJS) $(msg_OBJS) $(board_OBJS)
$(sm_io_OBJS) $(msg_OBJS) $(board_OBJS) \
$(board_common_OBJS)
apps_OBJS = $(foreach app_obj,$(APPS),$($(app_obj)_all_OBJS))
......@@ -267,6 +268,7 @@ OBJS_all = $(ll_io_OBJS) \
$(dev_mngr_OBJS) \
$(common_app_OBJS) \
$(apps_OBJS) \
$(board_common_OBJS) \
$(revision_OBJS)
# Sources
......
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