summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-03-08 15:18:34 +1100
committerTimothy Arceri <[email protected]>2017-03-12 17:49:03 +1100
commitfbfe88725367bd94ed047023cd4309622d0e6abb (patch)
treef7882a542a74ea3eb6eba9b04d5bd9467e5a2b96 /src/util/Makefile.sources
parenta3b820308b9ff754199f1fb595baddcdf60da18f (diff)
util: add u_thread.h
This is a minimal copy of os_thread.h from gallium in order to move u_queue.{c,h} to this directory. Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 8b2170292d7..8b5ee2d0c71 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -45,6 +45,7 @@ MESA_UTIL_FILES := \
u_atomic.h \
u_endian.h \
u_string.h \
+ u_thread.h \
u_vector.c \
u_vector.h \
vk_alloc.h \