[Intel-gfx] [PATCH i-g-t 08/12] meson: Build and install intel_l3_parity

Ville Syrjala ville.syrjala at linux.intel.com
Mon Sep 11 17:25:03 UTC 2017


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 tools/meson.build | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tools/meson.build b/tools/meson.build
index b6052a0c71c3..66dd697973c3 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -57,6 +57,11 @@ endforeach
 
 pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), 'intel-gpu-tools')
 
+intel_l3_parity_src = [ 'intel_l3_parity.c', 'intel_l3_udev_listener.c' ]
+executable('intel_l3_parity', sources : intel_l3_parity_src,
+           dependencies : tool_deps,
+	   install : true)
+
 intel_reg_src = [ 'intel_reg.c', 'intel_reg_decode.c', 'intel_reg_spec.c' ]
 executable('intel_reg', sources : intel_reg_src,
            dependencies : tool_deps,
-- 
2.13.5



More information about the Intel-gfx mailing list