mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 18:00:24 +01:00
android: pan/bi: Add explicit dependency on the ISA helpers
Porting of commit4d76a3d4a1to Android makefile Fixes:4d76a3d4a1("pan/bi: Add explicit meson dependency on the ISA helpers") 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/8239>
This commit is contained in:
parent
2e7f35a8bc
commit
c0bae8d67f
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ LOCAL_GENERATED_SOURCES := \
|
|||
$(intermediates)/bifrost_gen_disasm.c
|
||||
|
||||
bifrost_gen_disasm_gen := $(LOCAL_PATH)/bifrost/gen_disasm.py
|
||||
bifrost_gen_disasm_deps := $(LOCAL_PATH)/bifrost/ISA.xml
|
||||
bifrost_gen_disasm_deps := $(LOCAL_PATH)/bifrost/ISA.xml $(LOCAL_PATH)/bifrost/bifrost_isa.py
|
||||
|
||||
$(intermediates)/bifrost_gen_disasm.c: $(bifrost_gen_disasm_deps)
|
||||
@mkdir -p $(dir $@)
|
||||
|
|
@ -95,7 +95,7 @@ $(intermediates)/bifrost_nir_algebraic.c: $(bifrost_nir_algebraic_deps)
|
|||
$(hide) $(MESA_PYTHON3) $(bifrost_nir_algebraic_gen) -p $< > $@
|
||||
|
||||
bi_generated_pack_gen := $(LOCAL_PATH)/bifrost/gen_pack.py
|
||||
bi_generated_pack_deps := $(LOCAL_PATH)/bifrost/ISA.xml
|
||||
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 $@)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue