mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
android/iris: fix driinfo header filename
Fixes iris driver Android build.
Fixes: faa52e328e "iris: Add mechanism for iris-specific driconf options"
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
21223acf7d
commit
4add3c6880
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ GEN_DRIINFO_INPUTS := \
|
|||
|
||||
MERGE_DRIINFO := $(MESA_TOP)/src/util/merge_driinfo.py
|
||||
|
||||
$(intermediates)/iris/si_driinfo.h: $(MERGE_DRIINFO) $(GEN_DRIINFO_INPUTS)
|
||||
$(intermediates)/iris/iris_driinfo.h: $(MERGE_DRIINFO) $(GEN_DRIINFO_INPUTS)
|
||||
@mkdir -p $(dir $@)
|
||||
@echo "Gen Header: $(PRIVATE_MODULE) <= $(notdir $(@))"
|
||||
$(hide) $(MESA_PYTHON2) $(MERGE_DRIINFO) $(GEN_DRIINFO_INPUTS) > $@ || ($(RM) $@; false)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue