diff options
author | Matt Turner <[email protected]> | 2017-02-14 07:29:56 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-02-15 13:59:51 -0800 |
commit | d4fa083e11fa71abd50e615d6f02b6da4ea34644 (patch) | |
tree | 0a6ae4497cefe15154ae5db9dd1388101cc28c68 /src/util/Makefile.sources | |
parent | 4e6095ff61efef9d27323494147c97fc16d61052 (diff) |
util: Add utility build-id code.
Provides the ability to read the .note.gnu.build-id section of ELF
binaries, which is inserted by the --build-id=... flag to ld.
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Chad Versace <[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 aecb7c29487..08ad7bec3ab 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -2,6 +2,8 @@ MESA_UTIL_FILES := \ bitscan.c \ bitscan.h \ bitset.h \ + build_id.c \ + build_id.h \ crc32.c \ crc32.h \ debug.c \ |