summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2020-12-07 19:39:57 -0800
committerIan Romanick <ian.d.romanick@intel.com>2020-12-08 11:23:44 -0800
commit445b4d13bde1a00546c41fe82745cde4446d9f7d (patch)
tree08b4f3c309d9d97c4e7f88ce5bde3cec19b7a6c9
parent0bf7f7fcd2f6a8b5560182520c6832f4467da313 (diff)
util: Add cnd_monotonic to Makefile.sources
Fixes: 33a78948283 ("util,radv: Cross-platform monotonic condition variable") Acked-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7980>
-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 ac41e0ce544..2ea1e0cf68d 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -9,6 +9,7 @@ MESA_UTIL_FILES := \
blob.h \
build_id.c \
build_id.h \
+ cnd_monotonic.h \
compiler.h \
crc32.c \
crc32.h \