mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 14:10:09 +01:00
Android: fix missing generation of vtn_gather_types.c
Commitbb1e6ff161("spirv: Add a prepass to set types on vtn_values") added generation of vtn_gather_types.c, but forgot to add it to the Android build files. Fixes:bb1e6ff161("spirv: Add a prepass to set types on vtn_values") Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
e5d8ffdda6
commit
546633dce2
1 changed files with 5 additions and 0 deletions
|
|
@ -98,3 +98,8 @@ $(intermediates)/nir/nir_opt_algebraic.c: $(nir_opt_algebraic_deps)
|
|||
$(intermediates)/spirv/spirv_info.c: $(LOCAL_PATH)/spirv/spirv_info_c.py $(LOCAL_PATH)/spirv/spirv.core.grammar.json
|
||||
@mkdir -p $(dir $@)
|
||||
$(hide) $(MESA_PYTHON2) $^ $@ || ($(RM) $@; false)
|
||||
|
||||
$(intermediates)/spirv/vtn_gather_types.c:: $(LOCAL_PATH)/spirv/vtn_gather_types_c.py $(LOCAL_PATH)/spirv/spirv.core.grammar.json
|
||||
@mkdir -p $(dir $@)
|
||||
$(hide) $(MESA_PYTHON2) $^ $@ || ($(RM) $@; false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue