From 67aae8f98fdda52318c6f314210492a92be7cdfa Mon Sep 17 00:00:00 2001 From: John Stultz Date: Tue, 10 Mar 2020 03:14:34 +0000 Subject: [PATCH] freedreno: Add ir3_cf.c and ir3_delay.c to Makefile.sources This patch adds missing ir3_cf.c and ir3_delay.c files to the Makefile.sources file to address build issues seen when trying to build mesa/master on AOSP Signed-off-by: John Stultz Part-of: --- src/freedreno/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources index c67fa37..fd78c16 100644 --- a/src/freedreno/Makefile.sources +++ b/src/freedreno/Makefile.sources @@ -28,7 +28,9 @@ ir3_SOURCES := \ ir3/ir3_context.c \ ir3/ir3_context.h \ ir3/ir3_cp.c \ + ir3/ir3_cf.c \ ir3/ir3_depth.c \ + ir3/ir3_delay.c \ ir3/ir3_group.c \ ir3/ir3_image.c \ ir3/ir3_image.h \ -- 2.7.4