From 4b8c9ea46bd83d9a2c7fa3b4edc10fe8c6403e3e Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 13 Dec 2017 11:51:01 -0800 Subject: intel/tools: Convert aubinator over to the common framework Reviewed-by: Lionel Landwerlin --- src/intel/tools/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/intel/tools/meson.build') diff --git a/src/intel/tools/meson.build b/src/intel/tools/meson.build index bff7e536630..7890eeca1dc 100644 --- a/src/intel/tools/meson.build +++ b/src/intel/tools/meson.build @@ -20,7 +20,8 @@ aubinator = executable( 'aubinator', - files('aubinator.c', 'disasm.c', 'gen_disasm.h', 'intel_aub.h'), + files('aubinator.c', 'disasm.c', 'gen_batch_decoder.c', + 'gen_disasm.h', 'intel_aub.h'), dependencies : [dep_expat, dep_zlib, dep_dl, dep_thread, dep_m], include_directories : [inc_common, inc_intel], link_with : [libintel_common, libintel_compiler, libmesa_util], -- cgit v1.2.3