diff options
author | Lionel Landwerlin <[email protected]> | 2018-07-28 19:13:04 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-08-22 17:49:36 +0100 |
commit | 4616639b49b4bbc91e503c1c27632dccc1c2b5be (patch) | |
tree | d3197a080693a1f0a04dd4add91a5607636a4e42 /src/intel/Makefile.tools.am | |
parent | e15686567c9481de86dc5088b41e480085d4fe0c (diff) |
intel: tools: split aub parsing from aubinator
v2: add parsing error callback (Lionel)
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Rafael Antognolli <[email protected]> (v1)
Diffstat (limited to 'src/intel/Makefile.tools.am')
-rw-r--r-- | src/intel/Makefile.tools.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am index 00624084e6f..9dc89ad6f6e 100644 --- a/src/intel/Makefile.tools.am +++ b/src/intel/Makefile.tools.am @@ -26,6 +26,8 @@ noinst_PROGRAMS += \ tools_aubinator_SOURCES = \ + tools/aub_read.c \ + tools/aub_read.h \ tools/aubinator.c \ tools/intel_aub.h |