aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorAnthony Pesch <[email protected]>2020-01-18 00:47:19 -0500
committerMarge Bot <[email protected]>2020-01-23 17:06:57 +0000
commit17fac0e32d515411bb95e7c222ddc8c0089b97b9 (patch)
tree213f47cc0f59ee57338f34f950da6c2a1cc39e9b /src/util/Makefile.sources
parent552028c013cc1d49a2b61ebe0fc3a3781a9ba826 (diff)
util: import xxhash
Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3475>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 71fe06a0096..addfe63598b 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -117,7 +117,9 @@ MESA_UTIL_FILES := \
u_mm.h \
u_mm.c \
vma.c \
- vma.h
+ vma.h \
+ xxhash.h
+
MESA_UTIL_GENERATED_FILES = \
format_srgb.c \