mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 05:48:07 +02:00
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:
parent
be5fe2153b
commit
93b8dc4b94
1 changed files with 2 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue