diff options
author | Jason Ekstrand <[email protected]> | 2019-09-18 14:32:00 -0500 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-09-19 19:56:22 +0000 |
commit | 0c4e89ad5b9cc9a3e2afdab86602f643e69e9412 (patch) | |
tree | 3aac97eec853eaa3e0032e1c6ba1ac0ce2f7aebd /src/util/Makefile.sources | |
parent | fc5a87715ab9a10d32c7d6fb03c28a9129775e93 (diff) |
Move blob from compiler/ to util/
There's nothing whatsoever compiler-specific about it other than that's
currently where it's used.
Reviewed-by: Kristian H. Kristensen <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index cf8c848ea6d..109de1ebf6e 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -5,6 +5,8 @@ MESA_UTIL_FILES := \ bitscan.c \ bitscan.h \ bitset.h \ + blob.c \ + blob.h \ build_id.c \ build_id.h \ crc32.c \ |