[Mesa-dev] [PATCH] Android: fix missing generation of vtn_gather_types.c
Rob Herring
robh at kernel.org
Wed Dec 13 21:08:41 UTC 2017
Commit bb1e6ff161c9 ("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: bb1e6ff161c9 ("spirv: Add a prepass to set types on vtn_values")
Cc: Jason Ekstrand <jason.ekstrand at intel.com>
Signed-off-by: Rob Herring <robh at kernel.org>
---
src/compiler/Android.nir.gen.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/compiler/Android.nir.gen.mk b/src/compiler/Android.nir.gen.mk
index e2187d081df8..aaa27128b41a 100644
--- a/src/compiler/Android.nir.gen.mk
+++ b/src/compiler/Android.nir.gen.mk
@@ -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)
+
--
2.14.1
More information about the mesa-dev
mailing list