aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-03-06 19:31:49 -0500
committerMarge Bot <[email protected]>2020-03-07 00:37:39 +0000
commitde30a7ae6ea3d1fa90977229bc71afed595a4d5d (patch)
tree7c1f8868acebba4d11e1ea5976ef975111b4224f /src/panfrost/Makefile.sources
parent0b0be49005bf7d66d8f8fc8a9bb39dd5e29ab243 (diff)
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 <[email protected]> Signed-off-by: Alyssa Rosenzweig <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4097> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4097>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r--src/panfrost/Makefile.sources4
1 files 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 \