From de30a7ae6ea3d1fa90977229bc71afed595a4d5d Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 6 Mar 2020 19:31:49 -0500 Subject: [PATCH] pan/bi: Fix Android.mk MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Files listed in Makefile.sources did not exist, this affects the android build for other drivers as well. [Patch by Tapani manually cherrypicked into this branch] Signed-off-by: Tapani Pälli Signed-off-by: Alyssa Rosenzweig Tested-by: Marge Bot Part-of: --- src/panfrost/Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index 54de930ec66..4b6190658e8 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -2,11 +2,11 @@ bifrost_FILES := \ bifrost/bifrost.h \ bifrost/bifrost_compile.c \ bifrost/bifrost_compile.h \ - bifrost/bifrost_tables.c \ + bifrost/bi_tables.c \ bifrost/bi_schedule.c \ bifrost/bi_print.c \ bifrost/bi_print.h \ - bifrost/bi_quirks.c \ + bifrost/bi_quirks.h \ bifrost/bir.c \ bifrost/compiler.h \ bifrost/cmdline.c \ -- 2.30.2