base-*: rename core_log.cc to core_log_out.cc

Issue #2207
This commit is contained in:
Alexander Boettcher
2017-12-12 10:53:03 +01:00
committed by Christian Helmuth
parent 30fd10933a
commit 2cb635c3e3
16 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ INC_DIR += $(BASE_DIR)/../base-hw/src/lib
SRC_CC += cpu_session_component.cc
SRC_CC += cpu_session_support.cc
SRC_CC += cpu_thread_component.cc
SRC_CC += core_log.cc
SRC_CC += core_log_out.cc
SRC_CC += core_region_map.cc
SRC_CC += core_mem_alloc.cc
SRC_CC += core_rpc_cap_alloc.cc