summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-11-24 20:30:40 +0000
committerEmil Velikov <[email protected]>2016-11-28 19:47:17 +0000
commit2d42a345664e9f1206d81ce40675688752a8c08c (patch)
tree60d9c6bd794ecae6dd6760ef0ff527af1fc7aa8e
parent83548e12921b5724aa6c78c2b1efc9ff774fd7a2 (diff)
anv: automake: don't generate anv_timestamp.h
No longer used as of last commit. Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r--src/intel/vulkan/Makefile.am6
-rw-r--r--src/intel/vulkan/Makefile.sources3
2 files changed, 1 insertions, 8 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index 4a7bb189908..e803a49d529 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -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.@[email protected]
EXTRA_DIST = \
diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources
index e66df87a82e..bd7880544d3 100644
--- a/src/intel/vulkan/Makefile.sources
+++ b/src/intel/vulkan/Makefile.sources
@@ -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 := \