intel/compiler: Move brw_kernel.c to the intel_clc target

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23667>
This commit is contained in:
Caio Oliveira
2023-06-15 11:31:39 -07:00
committed by Marge Bot
parent ba42012857
commit 0c387249e1

View File

@@ -78,7 +78,6 @@ libintel_compiler_files = files(
'brw_ir_performance.cpp',
'brw_ir_vec4.h',
'brw_isa_info.h',
'brw_kernel.c',
'brw_lower_logical_sends.cpp',
'brw_mesh.cpp',
'brw_nir.h',
@@ -171,7 +170,7 @@ libintel_compiler = static_library(
if with_intel_clc
prog_intel_clc = executable(
'intel_clc',
['intel_clc.c'],
['intel_clc.c', 'brw_kernel.c'],
link_with : [
libintel_compiler, libintel_common,libisl,
],