android: pan/bi: Remove old IR packs

Necessary for Android build after commit a1e150fc4d

Fixes: a1e150fc4d ("pan/bi: Remove old IR packs")
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:18:50 +01:00 committed by Marge Bot
parent 084cb25d41
commit c77c2cf809
1 changed files with 0 additions and 8 deletions

View File

@ -84,7 +84,6 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_GENERATED_SOURCES := \
$(intermediates)/bifrost_nir_algebraic.c \
$(intermediates)/bi_builder.h \
$(intermediates)/bi_generated_pack.h \
$(intermediates)/bi_opcodes.c \
$(intermediates)/bi_opcodes.h \
$(intermediates)/bi_packer.c \
@ -106,13 +105,6 @@ $(intermediates)/bi_builder.h: $(bi_builder_h_deps)
@mkdir -p $(dir $@)
$(hide) $(MESA_PYTHON3) $(bi_builder_h_gen) $< > $@
bi_generated_pack_gen := $(LOCAL_PATH)/bifrost/gen_pack.py
bi_generated_pack_deps := $(LOCAL_PATH)/bifrost/ISA.xml $(LOCAL_PATH)/bifrost/bifrost_isa.py
$(intermediates)/bi_generated_pack.h: $(bi_generated_pack_deps)
@mkdir -p $(dir $@)
$(hide) $(MESA_PYTHON3) $(bi_generated_pack_gen) $< > $@
bi_opcodes_c_gen := $(LOCAL_PATH)/bifrost/bi_opcodes.c.py
bi_opcodes_c_deps := $(LOCAL_PATH)/bifrost/ISA.xml $(LOCAL_PATH)/bifrost/bifrost_isa.py