util: Fix SCons build.

Fixes: 848e7b947d ("util: Move stack debug functions to src/util")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6199>
This commit is contained in:
Vinson Lee 2020-08-05 22:44:12 -07:00
parent 56ab105182
commit 2e665458a9
2 changed files with 4 additions and 4 deletions

View File

@ -233,10 +233,6 @@ C_SOURCES := \
util/u_debug_image.h \
util/u_debug_refcnt.c \
util/u_debug_refcnt.h \
util/u_debug_stack.c \
util/u_debug_stack.h \
util/u_debug_symbol.c \
util/u_debug_symbol.h \
util/u_dirty_flags.h \
util/u_dirty_surfaces.h \
util/u_dl.c \

View File

@ -109,6 +109,10 @@ MESA_UTIL_FILES := \
u_debug.c \
u_debug.h \
u_debug_memory.c \
u_debug_stack.c \
u_debug_stack.h \
u_debug_symbol.c \
u_debug_symbol.h \
u_cpu_detect.c \
u_cpu_detect.h \
os_memory_aligned.h \