core: add support to export log output as ROM

Issue #2207
This commit is contained in:
Alexander Boettcher
2017-12-11 13:05:08 +01:00
committed by Christian Helmuth
parent 2cb635c3e3
commit 15cc6d688f
10 changed files with 75 additions and 5 deletions

View File

@ -29,6 +29,7 @@ SRC_CC = main.cc \
trace_session_component.cc \
thread_linux.cc \
stack_area.cc \
core_log.cc \
core_log_out.cc \
default_log.cc \
env_reinit.cc \
@ -48,6 +49,7 @@ include $(GEN_CORE_DIR)/version.inc
vpath main.cc $(GEN_CORE_DIR)
vpath pd_session_component.cc $(GEN_CORE_DIR)
vpath core_log.cc $(GEN_CORE_DIR)
vpath cpu_session_component.cc $(GEN_CORE_DIR)
vpath cpu_session_support.cc $(GEN_CORE_DIR)
vpath cpu_thread_component.cc $(GEN_CORE_DIR)