Commit ad00e9a6 authored by Lucas Russo's avatar Lucas Russo

src/hal/hal.mk: add dev_io_OBJS and dev_io_cfg_OBJS to hal_OBJS

This will cause dev_io.o and dev_io_cfg.o objects to be cleaned
up with mrproper. Otherwise, they would stick there.
parent f8f7df5e
......@@ -41,7 +41,9 @@ hal_OBJS = $(debug_OBJS) \
$(sm_io_OBJS) \
$(msg_OBJS) \
$(dev_mngr_core_OBJS) \
$(dev_io_core_OBJS)
$(dev_io_core_OBJS) \
$(dev_io_OBJS) \
$(dev_io_cfg_OBJS)
# Merge all include directories together
hal_all_INCLUDE_DIRS += $(debug_INCLUDE_DIRS) \
......
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