pvr: mark pvr_cmd_query.c as per-arch

This is riddled with per-arch details; this should all be per-arch I
think.

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-17 17:33:45 +01:00
parent bd9d87592e
commit d07bf4b190
2 changed files with 1 additions and 1 deletions

View file

@ -26,6 +26,7 @@ pvr_files = files(
'winsys/pvr_winsys_helper.c',
'pvr_arch_border.c',
'pvr_arch_cmd_buffer.c',
'pvr_arch_cmd_query.c',
'pvr_arch_csb.c',
'pvr_arch_descriptor_set.c',
'pvr_arch_device.c',
@ -35,7 +36,6 @@ pvr_files = files(
'pvr_blit.c',
'pvr_bo.c',
'pvr_clear.c',
'pvr_cmd_query.c',
'pvr_csb.c',
'pvr_descriptor_set.c',
'pvr_device.c',