diff options
author | Emil Velikov <[email protected]> | 2016-11-24 20:30:40 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-11-28 19:47:17 +0000 |
commit | 2d42a345664e9f1206d81ce40675688752a8c08c (patch) | |
tree | 60d9c6bd794ecae6dd6760ef0ff527af1fc7aa8e /src/intel/vulkan/Makefile.sources | |
parent | 83548e12921b5724aa6c78c2b1efc9ff774fd7a2 (diff) |
anv: automake: don't generate anv_timestamp.h
No longer used as of last commit.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel/vulkan/Makefile.sources')
-rw-r--r-- | src/intel/vulkan/Makefile.sources | 3 |
1 files changed, 1 insertions, 2 deletions
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 := \ |