mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
freedreno/isa: simplify custom_target
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11321>
This commit is contained in:
parent
3b52d64474
commit
c3b14ade55
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ ir3_isa_c = custom_target(
|
|||
input: ['decode.py', 'ir3.xml'],
|
||||
output: 'ir3-isa.c',
|
||||
command: [
|
||||
prog_python, '@INPUT0@', '@INPUT1@', '@OUTPUT@'
|
||||
prog_python, '@INPUT@', '@OUTPUT@'
|
||||
],
|
||||
depend_files: isa_depend_files,
|
||||
)
|
||||
|
|
@ -78,7 +78,7 @@ encode_h = custom_target(
|
|||
input: ['encode.py', 'ir3.xml'],
|
||||
output: 'encode.h',
|
||||
command: [
|
||||
prog_python, '@INPUT0@', '@INPUT1@', '@OUTPUT@'
|
||||
prog_python, '@INPUT@', '@OUTPUT@'
|
||||
],
|
||||
depend_files: isa_depend_files,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue