diff options
author | Juan A. Suarez Romero <[email protected]> | 2017-06-28 14:43:30 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-06-29 10:03:40 +0200 |
commit | 93b8dc4b94e6883e34d789afec224465a85ad727 (patch) | |
tree | d0f9e6db3def151728ec712c4d24b3e4336f0cc5 /src | |
parent | be5fe2153b5b7dd8158b39c4a97c1e44fc19eab5 (diff) |
intel: tools: add intel_aub.h as part of aubinator
Include intel_aub.h in the Makefile.tools.am
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/Makefile.tools.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am index 45891e736f1..807122039b0 100644 --- a/src/intel/Makefile.tools.am +++ b/src/intel/Makefile.tools.am @@ -26,7 +26,8 @@ noinst_PROGRAMS += \ tools_aubinator_SOURCES = \ tools/aubinator.c \ tools/disasm.c \ - tools/gen_disasm.h + tools/gen_disasm.h \ + tools/intel_aub.h tools_aubinator_CFLAGS = \ $(AM_CFLAGS) \ |