From: Alyssa Rosenzweig Date: Sat, 7 Mar 2020 00:31:49 +0000 (-0500) Subject: pan/bi: Fix Android.mk X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de30a7ae6ea3d1fa90977229bc71afed595a4d5d;p=mesa.git pan/bi: Fix Android.mk 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: --- 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 \