mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 23:50:11 +01:00
util: move u_cpu_detect to util
CC: vlee@freedesktop.org
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107870
Fixes: 80825abb5d
("move u_math to src/util")
Tested-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
37db383abb
commit
fb02bd3d1c
6 changed files with 4 additions and 4 deletions
|
|
@ -222,8 +222,6 @@ C_SOURCES := \
|
|||
util/u_box.h \
|
||||
util/u_cache.c \
|
||||
util/u_cache.h \
|
||||
util/u_cpu_detect.c \
|
||||
util/u_cpu_detect.h \
|
||||
util/u_debug_gallium.h \
|
||||
util/u_debug_gallium.c \
|
||||
util/u_debug_describe.c \
|
||||
|
|
|
|||
|
|
@ -242,8 +242,6 @@ files_libgallium = files(
|
|||
'util/u_box.h',
|
||||
'util/u_cache.c',
|
||||
'util/u_cache.h',
|
||||
'util/u_cpu_detect.c',
|
||||
'util/u_cpu_detect.h',
|
||||
'util/u_debug_gallium.h',
|
||||
'util/u_debug_gallium.c',
|
||||
'util/u_debug_describe.c',
|
||||
|
|
|
|||
|
|
@ -70,6 +70,8 @@ MESA_UTIL_FILES := \
|
|||
u_vector.h \
|
||||
u_debug.c \
|
||||
u_debug.h \
|
||||
u_cpu_detect.c \
|
||||
u_cpu_detect.h \
|
||||
vma.c \
|
||||
vma.h
|
||||
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue