diff options
author | Matt Turner <[email protected]> | 2017-04-03 11:10:37 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-05-15 12:04:04 -0700 |
commit | b1af896853569ba9bb85189bf094efeeb8c01ce2 (patch) | |
tree | 64d83632b3020b37d2e9ff8b9c18a09634e3a368 /src/intel/Makefile.tools.am | |
parent | 23685f07d161cb48af182ee26dc36641e79f89e7 (diff) |
intel/aubinator_error_decode: Disassemble shader programs
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/intel/Makefile.tools.am')
-rw-r--r-- | src/intel/Makefile.tools.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am index 576beea4f2a..11751180e69 100644 --- a/src/intel/Makefile.tools.am +++ b/src/intel/Makefile.tools.am @@ -47,11 +47,15 @@ tools_aubinator_LDADD = \ tools_aubinator_error_decode_SOURCES = \ - tools/aubinator_error_decode.c + tools/aubinator_error_decode.c \ + tools/disasm.c \ + tools/gen_disasm.h tools_aubinator_error_decode_LDADD = \ common/libintel_common.la \ + compiler/libintel_compiler.la \ $(top_builddir)/src/util/libmesautil.la \ + $(PTHREAD_LIBS) \ $(EXPAT_LIBS) \ $(ZLIB_LIBS) |