mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 20:50:23 +01:00
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 <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>
This commit is contained in:
parent
0b0be49005
commit
de30a7ae6e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue