diff --git a/.pick_status.json b/.pick_status.json index 6d772f22cb0..8240dd2b319 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -715,7 +715,7 @@ "description": "android: panfrost/lib: add pan_cs.c to Makefile.sources", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "387f8c037d382877cc1379a7fb4524907bc4c088" }, diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index a520cc3f0ac..2f55e07db6a 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -37,6 +37,8 @@ lib_FILES := \ lib/pan_blend.h \ lib/pan_blitter.c \ lib/pan_blitter.h \ + lib/pan_cs.c \ + lib/pan_cs.h \ lib/pan_device.h \ lib/pan_encoder.h \ lib/pan_format.c \