Skip to content
Snippets Groups Projects
Commit 2e665458 authored by Vinson Lee's avatar Vinson Lee
Browse files

util: Fix SCons build.


Fixes: 848e7b94 ("util: Move stack debug functions to src/util")
Signed-off-by: default avatarVinson Lee <vlee@freedesktop.org>
Reviewed-by: default avatarKristian H. Kristensen <hoegsberg@google.com>
Part-of: <!6199>
parent 56ab1051
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment