diff options
author | Jason Ekstrand <[email protected]> | 2017-12-13 11:51:01 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-12-14 13:27:24 -0800 |
commit | 4b8c9ea46bd83d9a2c7fa3b4edc10fe8c6403e3e (patch) | |
tree | d0cba00be1dedc9312e8c11e53e9dc023d4ac021 /src/intel/Makefile.tools.am | |
parent | 35f9c27be3e24d3047fb5f9fc91f8b23c2176577 (diff) |
intel/tools: Convert aubinator over to the common framework
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 9332ae3e7d3..944ee19805c 100644 --- a/src/intel/Makefile.tools.am +++ b/src/intel/Makefile.tools.am @@ -26,6 +26,7 @@ noinst_PROGRAMS += \ tools_aubinator_SOURCES = \ tools/aubinator.c \ tools/disasm.c \ + tools/gen_batch_decoder.c \ tools/gen_disasm.h \ tools/intel_aub.h |