pan/bi: Fix Android.mk
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Sat, 7 Mar 2020 00:31:49 +0000 (19:31 -0500)
committerMarge Bot <eric+marge@anholt.net>
Sat, 7 Mar 2020 00:37:39 +0000 (00:37 +0000)
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 <tapani.palli@intel.com>
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4097>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4097>

src/panfrost/Makefile.sources

index 54de930ec66eba57383b1f43ae6176e4609601c9..4b6190658e802bc5f0e482759af01497d4079086 100644 (file)
@@ -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 \