diff options
author | Nicolai Hähnle <[email protected]> | 2017-10-22 17:38:26 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-11-09 11:37:22 +0100 |
commit | b4b2a951c8b4c1315c06cb4d58dbc787949daa4c (patch) | |
tree | fedec9d1b58ccccbfbe9a28da85e6ea609afcd21 /src/util/Makefile.sources | |
parent | 688d6958682f96aaeb88aa8cc23cc5c9886a6be4 (diff) |
util: move futex helpers into futex.h
v2: style fixes
Reviewed-by: Marek Olšák <[email protected]> (v1)
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 9393f6a4816..f8096feb232 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -13,6 +13,7 @@ MESA_UTIL_FILES := \ format_r11g11b10f.h \ format_rgb9e5.h \ format_srgb.h \ + futex.h \ half_float.c \ half_float.h \ hash_table.c \ |