aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/shared/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/panfrost/shared/meson.build')
-rw-r--r--src/panfrost/shared/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panfrost/shared/meson.build b/src/panfrost/shared/meson.build
index 9aae8e89a78..7f5f398c594 100644
--- a/src/panfrost/shared/meson.build
+++ b/src/panfrost/shared/meson.build
@@ -20,7 +20,10 @@
# SOFTWARE.
libpanfrost_shared_files = files(
+ 'pan_minmax_cache.c',
'pan_tiling.c',
+
+ 'pan_minmax_cache.h',
'pan_tiling.h',
)