mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
anv: automake: don't generate anv_timestamp.h
No longer used as of last commit. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
83548e1292
commit
2d42a34566
2 changed files with 1 additions and 8 deletions
|
|
@ -140,12 +140,6 @@ anv_entrypoints.c : anv_entrypoints_gen.py $(vulkan_include_HEADERS)
|
|||
$(AM_V_GEN) cat $(vulkan_include_HEADERS) |\
|
||||
$(PYTHON2) $(srcdir)/anv_entrypoints_gen.py code > $@
|
||||
|
||||
.PHONY: anv_timestamp.h
|
||||
|
||||
anv_timestamp.h:
|
||||
@echo "Updating anv_timestamp.h"
|
||||
$(AM_V_GEN) echo "#define ANV_TIMESTAMP \"$(TIMESTAMP_CMD)\"" > $@
|
||||
|
||||
BUILT_SOURCES = $(VULKAN_GENERATED_FILES)
|
||||
CLEANFILES = $(BUILT_SOURCES) dev_icd.json intel_icd.@host_cpu@.json
|
||||
EXTRA_DIST = \
|
||||
|
|
|
|||
|
|
@ -59,8 +59,7 @@ VULKAN_GEM_STUB_FILES := \
|
|||
|
||||
VULKAN_GENERATED_FILES := \
|
||||
anv_entrypoints.c \
|
||||
anv_entrypoints.h \
|
||||
anv_timestamp.h
|
||||
anv_entrypoints.h
|
||||
|
||||
|
||||
GEN7_FILES := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue