From e53bf25ea490bbb1722519f77e350ffadb962dfc Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Sat, 2 Jan 2021 13:19:56 +0100 Subject: [PATCH] android: pan/bi: Remove NIR->old IR Fixes the following building error: clang: error: no such file or directory: 'external/mesa/src/panfrost/bifrost/bi_special.c' clang: error: no input files Fixes: e5ec0dc18320 ("pan/bi: Remove NIR->old IR") 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 88429710dc0..eb2f25aeec0 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -6,7 +6,6 @@ bifrost_FILES := \ bifrost/bi_liveness.c \ bifrost/bi_tables.c \ bifrost/bi_schedule.c \ - bifrost/bi_special.c \ bifrost/bi_pack.c \ bifrost/bi_print.c \ bifrost/bi_print.h \