android: pan/bi: Remove NIR->old IR

Fixes the following building error:

clang: error: no such file or directory: 'external/mesa/src/panfrost/bifrost/bi_special.c'
clang: error: no input files

Fixes: e5ec0dc183 ("pan/bi: Remove NIR->old IR")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8294>
This commit is contained in:
Mauro Rossi 2021-01-02 13:19:56 +01:00 committed by Marge Bot
parent c77c2cf809
commit e53bf25ea4

View file

@ -6,7 +6,6 @@ bifrost_FILES := \
bifrost/bi_liveness.c \
bifrost/bi_tables.c \
bifrost/bi_schedule.c \
bifrost/bi_special.c \
bifrost/bi_pack.c \
bifrost/bi_print.c \
bifrost/bi_print.h \