mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
etnaviv/isa: Add missing dep of encode.py/decode.py calls on isa.py
Changing src/compiler/isaspec/*.py did not cause rebuilds of etnaviv-isa.c and etnaviv-isa.h. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27134>
This commit is contained in:
parent
944aefa933
commit
1602129465
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
isa_depend_files = [
|
||||
'etnaviv.xml',
|
||||
isaspec_py_deps,
|
||||
]
|
||||
|
||||
etnaviv_isa = custom_target(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue