diff options
author | Jason Ekstrand <[email protected]> | 2017-12-13 11:03:32 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-12-14 13:27:16 -0800 |
commit | d374423eabbfe3edb5ed3cbc9cd4f1f42527c9db (patch) | |
tree | 5a73a37983ab71efc4d1be3d5cf5b0f5c9107798 /src/intel/Makefile.tools.am | |
parent | c86671c4389d90f80846cf9966a6a3a51967ea7e (diff) |
intel/tools: Switch aubinator_error_decode over to the gen_print_batch
The shared framework can now do everything that aubinator_error_decode
ever did and more. It's time to make the switch.
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/Makefile.tools.am')
-rw-r--r-- | src/intel/Makefile.tools.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am index af8cd5b6287..9332ae3e7d3 100644 --- a/src/intel/Makefile.tools.am +++ b/src/intel/Makefile.tools.am @@ -47,6 +47,7 @@ tools_aubinator_LDADD = \ tools_aubinator_error_decode_SOURCES = \ tools/aubinator_error_decode.c \ tools/disasm.c \ + tools/gen_batch_decoder.c \ tools/gen_disasm.h tools_aubinator_error_decode_LDADD = \ |