pvr: mark pvr_pass.c as multi-arch

Acked-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38922>
This commit is contained in:
Erik Faye-Lund 2025-11-14 14:13:06 +01:00
parent f789eb0d7d
commit 6c14ff34e8
2 changed files with 1 additions and 1 deletions

View file

@ -28,6 +28,7 @@ pvr_files = files(
'pvr_arch_csb.c', 'pvr_arch_csb.c',
'pvr_arch_descriptor_set.c', 'pvr_arch_descriptor_set.c',
'pvr_arch_device.c', 'pvr_arch_device.c',
'pvr_arch_pass.c',
'pvr_blit.c', 'pvr_blit.c',
'pvr_bo.c', 'pvr_bo.c',
'pvr_clear.c', 'pvr_clear.c',
@ -50,7 +51,6 @@ pvr_files = files(
'pvr_job_render.c', 'pvr_job_render.c',
'pvr_job_transfer.c', 'pvr_job_transfer.c',
'pvr_mrt.c', 'pvr_mrt.c',
'pvr_pass.c',
'pvr_physical_device.c', 'pvr_physical_device.c',
'pvr_pipeline.c', 'pvr_pipeline.c',
'pvr_transfer_frag_store.c', 'pvr_transfer_frag_store.c',