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:
Emil Velikov
2016-11-24 20:30:40 +00:00
committed by Emil Velikov
parent 83548e1292
commit 2d42a34566
2 changed files with 1 additions and 8 deletions

View File

@@ -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 = \

View File

@@ -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 := \