From 084cb25d41287975a83fc5c81bef97ad12305d23 Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Sat, 2 Jan 2021 13:17:42 +0100 Subject: [PATCH] android: pan/bi: Remove combine lowering Fixes the following building error: clang: error: no such file or directory: 'external/mesa/src/panfrost/bifrost/bi_lower_combine.c' clang: error: no input files Fixes: 8b0d0a931b80 ("pan/bi: Remove combine lowering") Signed-off-by: Mauro Rossi Acked-by: Alyssa Rosenzweig Part-of: --- src/panfrost/Makefile.sources | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index 971e60aa1f5..88429710dc0 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -4,7 +4,6 @@ bifrost_FILES := \ bifrost/bifrost_compile.h \ bifrost/bi_layout.c \ bifrost/bi_liveness.c \ - bifrost/bi_lower_combine.c \ bifrost/bi_tables.c \ bifrost/bi_schedule.c \ bifrost/bi_special.c \