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>
This commit is contained in:
Juan A. Suarez Romero
2017-06-28 14:43:30 +00:00
parent be5fe2153b
commit 93b8dc4b94

View File

@@ -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) \