diff options
author | Marek Olšák <[email protected]> | 2016-11-18 19:20:54 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-11-22 18:05:51 +0100 |
commit | 86514d84e0beec47c82da4888db12bf07f33cb83 (patch) | |
tree | 2ab2198b57927295425f6a409bb234e6027ccc98 /src/gallium/auxiliary/Makefile.sources | |
parent | 3ef8dff865fd7365ba36b49c43b5c858d26587ed (diff) |
util: import CRC32 implementation from gallium
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 3fda2eb1733..5d4fe30e4f1 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -250,8 +250,6 @@ C_SOURCES := \ util/u_half.h \ util/u_handle_table.c \ util/u_handle_table.h \ - util/u_hash.c \ - util/u_hash.h \ util/u_hash_table.c \ util/u_hash_table.h \ util/u_helpers.c \ |