Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / Android.nir.gen.mk
index fa0707e72407d0981f6018dbe3636896683a74a8..e753bb77ad11928735a43ae707e2117377223793 100644 (file)
@@ -46,11 +46,13 @@ LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/, \
 # Modules using libmesa_nir must set LOCAL_GENERATED_SOURCES to this
 MESA_GEN_NIR_H := $(addprefix $(call local-generated-sources-dir)/, \
        nir/nir_opcodes.h \
+       nir/nir_intrinsics.h \
        nir/nir_builder_opcodes.h)
 
 nir_builder_opcodes_gen := $(LOCAL_PATH)/nir/nir_builder_opcodes_h.py
 nir_builder_opcodes_deps := \
        $(LOCAL_PATH)/nir/nir_opcodes.py \
+       $(LOCAL_PATH)/nir/nir_intrinsics.py \
        $(LOCAL_PATH)/nir/nir_builder_opcodes_h.py
 
 $(intermediates)/nir/nir_builder_opcodes.h: $(nir_builder_opcodes_deps)
@@ -75,8 +77,6 @@ $(intermediates)/nir/nir_opcodes.h: $(nir_opcodes_h_deps)
        @mkdir -p $(dir $@)
        $(hide) $(MESA_PYTHON2) $(nir_opcodes_h_gen) $< > $@
 
-$(LOCAL_PATH)/nir/nir.h: $(intermediates)/nir/nir_opcodes.h
-
 nir_opcodes_c_gen := $(LOCAL_PATH)/nir/nir_opcodes_c.py
 nir_opcodes_c_deps := \
        $(LOCAL_PATH)/nir/nir_opcodes.py \