diff options
author | Jason Ekstrand <[email protected]> | 2018-07-18 09:02:25 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-07-18 09:03:05 -0700 |
commit | 2be30a1a3935ba2026eb24811e938b7afdc32628 (patch) | |
tree | 31fbdf25825043a20fe3927423f2a04376ac89e0 /src/intel/tools | |
parent | d219521379626ebf2bff63e4a9c2f92725b3926a (diff) |
intel/tools: Rename error2aub to intel_error2aub
Suggested-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/tools')
-rw-r--r-- | src/intel/tools/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/tools/meson.build b/src/intel/tools/meson.build index 1a6f8b2eebf..7c6d4831fe0 100644 --- a/src/intel/tools/meson.build +++ b/src/intel/tools/meson.build @@ -41,7 +41,7 @@ aubinator_error_decode = executable( ) error2aub = executable( - 'error2aub', + 'intel_error2aub', files('aub_write.h', 'aub_write.c', 'error2aub.c'), dependencies : [dep_zlib, dep_dl, dep_thread, dep_m], include_directories : [inc_common, inc_intel, inc_drm_uapi], |