mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 07:30:09 +01:00
nir: Add missing dependency in Android.nir.gen.mk
Fixes incremental build with Android Signed-off-by: Roman Stratiienko <roman.stratiienko@globallogic.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
99d5bdcfa5
commit
fdd6151612
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ MESA_GEN_NIR_H := $(addprefix $(call local-generated-sources-dir)/, \
|
|||
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue