Move DebuggerL0 to shared

Related-To: NEO-7075

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2022-06-14 21:24:58 +00:00
committed by Compute-Runtime-Automation
parent 64029eee20
commit 7eba4db2e7
57 changed files with 185 additions and 214 deletions

View File

@@ -18,6 +18,7 @@ set(CORE_RUNTIME_SRCS_COREX_CPP_BASE
command_stream_receiver_hw
command_stream_receiver_simulated_common_hw
create_device_command_stream_receiver
debugger
direct_submission
experimental_command_buffer
implicit_scaling
@@ -129,6 +130,11 @@ macro(macro_for_each_platform)
if(EXISTS ${SRC_FILE})
list(APPEND CORE_SRCS_${CORE_TYPE}_CPP_BASE ${SRC_FILE})
endif()
set(SRC_FILE ${PATH_TO_CORE}debugger_${PLATFORM_IT_LOWER}.cpp)
if(EXISTS ${SRC_FILE})
list(APPEND CORE_SRCS_${CORE_TYPE}_CPP_BASE ${SRC_FILE})
endif()
endforeach()
endforeach()