From a688deceae195aec863d8de45bdaefb251927c89 Mon Sep 17 00:00:00 2001 From: Tvrtko Ursulin Date: Wed, 13 Sep 2017 17:38:16 +0100 Subject: intel-gpu-overlay: Move local perf implementation to a library Idea is to avoid duplication across multiple users in upcoming patches. v2: Commit message and use a separate library instead of piggy- backing to libintel_tools. (Chris Wilson) v3: Add Petri's meson build recipe. Signed-off-by: Tvrtko Ursulin Cc: Petri Latvala Reviewed-by: Chris Wilson --- lib/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index 253548dc..1b55943b 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -179,4 +179,8 @@ lib_igt = declare_dependency(link_with : lib_igt_build, igt_deps = [ lib_igt ] + lib_deps +lib_igt_perf = static_library('igt_perf', + ['igt_perf.c'] +) + subdir('tests') -- cgit v1.2.3