Mesa (master): intel: tools: add intel_aub.h as part of aubinator

Juan Antonio Suárez Romero jasuarez at kemper.freedesktop.org
Thu Jun 29 08:33:13 UTC 2017


Module: Mesa
Branch: master
Commit: 93b8dc4b94e6883e34d789afec224465a85ad727
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=93b8dc4b94e6883e34d789afec224465a85ad727

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Wed Jun 28 14:43:30 2017 +0000

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 at intel.com>

---

 src/intel/Makefile.tools.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am
index 45891e736f..807122039b 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) \




More information about the mesa-commit mailing list