mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
ac: rename ac_parse_ib.c -> ac_ib_parser.c
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26349>
This commit is contained in:
parent
95c933c8b7
commit
c5fe2780e6
2 changed files with 2 additions and 2 deletions
|
|
@ -134,8 +134,8 @@ libamd_common = static_library(
|
|||
idep_amdgfxregs_h = declare_dependency(sources : [amdgfxregs_h])
|
||||
|
||||
executable(
|
||||
'ac_parse_ib',
|
||||
['ac_parse_ib.c'],
|
||||
'ac_ib_parser',
|
||||
['ac_ib_parser.c'],
|
||||
link_with: [libamd_common],
|
||||
include_directories : [
|
||||
inc_amd, inc_include, inc_src,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue