diff options
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r-- | src/panfrost/Makefile.sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index 4b6190658e8..4f1cdc63905 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -56,8 +56,10 @@ midgard_FILES := \ midgard/lcra.c shared_FILES := \ + shared/pan_minmax_cache.c \ shared/pan_tiling.c \ - shared/pan_tiling.h + shared/pan_minmax_cache.h \ + shared/pan_tiling.h \ pandecode_FILES := \ pandecode/common.c \ |