pvr: mark pvr_hw_pass.c as per-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-18 10:12:35 +01:00
parent 949e41a664
commit 6bd378131a
2 changed files with 1 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ pvr_files = files(
'pvr_arch_descriptor_set.c',
'pvr_arch_device.c',
'pvr_arch_formats.c',
'pvr_arch_hw_pass.c',
'pvr_arch_image.c',
'pvr_arch_job_compute.c',
'pvr_arch_job_context.c',
@@ -50,7 +51,6 @@ pvr_files = files(
'pvr_framebuffer.c',
'pvr_free_list.c',
'pvr_formats.c',
'pvr_hw_pass.c',
'pvr_image.c',
'pvr_instance.c',
'pvr_job_common.c',