summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2017-06-28 14:43:30 +0000
committerJuan A. Suarez Romero <jasuarez@igalia.com>2017-06-29 10:03:40 +0200
commit93b8dc4b94e6883e34d789afec224465a85ad727 (patch)
treed0f9e6db3def151728ec712c4d24b3e4336f0cc5
parentbe5fe2153b5b7dd8158b39c4a97c1e44fc19eab5 (diff)
intel: tools: add intel_aub.h as part of aubinator
Include intel_aub.h in the Makefile.tools.am Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
-rw-r--r--src/intel/Makefile.tools.am3
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) \