android: pan/bi: Remove combine lowering
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 2 Jan 2021 12:17:42 +0000 (13:17 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 4 Jan 2021 17:32:31 +0000 (17:32 +0000)
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 <issor.oruam@gmail.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8294>

src/panfrost/Makefile.sources

index 971e60a..8842971 100644 (file)
@@ -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 \