summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-11-18 19:20:54 +0100
committerMarek Olšák <[email protected]>2016-11-22 18:05:51 +0100
commit86514d84e0beec47c82da4888db12bf07f33cb83 (patch)
tree2ab2198b57927295425f6a409bb234e6027ccc98 /src/util/Makefile.sources
parent3ef8dff865fd7365ba36b49c43b5c858d26587ed (diff)
util: import CRC32 implementation from gallium
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index b7ca347f5e8..d2ae5e734dc 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -2,6 +2,8 @@ MESA_UTIL_FILES := \
bitscan.c \
bitscan.h \
bitset.h \
+ crc32.c \
+ crc32.h \
debug.c \
debug.h \
disk_cache.c \