From fb02bd3d1cbfdacabc6403f2da7b5d0a9aa527e6 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 1 Oct 2018 11:59:21 -0700 Subject: util: move u_cpu_detect to util MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CC: vlee@freedesktop.org Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107870 Fixes: 80825abb5d1a7491035880253ffd531c55acae6b ("move u_math to src/util") Tested-by: Brian Paul Reviewed-by: Marek Olšák --- src/util/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util/meson.build') diff --git a/src/util/meson.build b/src/util/meson.build index 3b84f411112..7caea27d660 100644 --- a/src/util/meson.build +++ b/src/util/meson.build @@ -94,6 +94,8 @@ files_mesa_util = files( 'u_math.h', 'u_debug.c', 'u_debug.h', + 'u_cpu_detect.c', + 'u_cpu_detect.h', 'vma.c', 'vma.h', ) -- cgit v1.2.3