Module: Mesa
Branch: master
Commit: a794f0901719eb2689cbbabd5724fa89a2cfecd2
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a794f0901719eb2689cbbabd5724fa89a2cfecd2

Author: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
Date:   Tue Nov 22 21:28:28 2016 +0100

radv: Don't generate radv_timestamp.h

Not needed anymore.

Signed-off-by: Bas Nieuwenhuizen <ba...@google.com>
Reviewed-by: Dave Airlie <airl...@redhat.com>
Reviewed-by: Emil Velikov <emil.veli...@collabora.com>

---

 src/amd/vulkan/Makefile.am      | 6 ------
 src/amd/vulkan/Makefile.sources | 3 +--
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/amd/vulkan/Makefile.am b/src/amd/vulkan/Makefile.am
index c559a95..6e184c0 100644
--- a/src/amd/vulkan/Makefile.am
+++ b/src/amd/vulkan/Makefile.am
@@ -119,12 +119,6 @@ radv_entrypoints.c : radv_entrypoints_gen.py 
$(vulkan_include_HEADERS)
        $(AM_V_GEN) cat $(vulkan_include_HEADERS) |\
        $(PYTHON2) $(srcdir)/radv_entrypoints_gen.py code > $@
 
-.PHONY: radv_timestamp.h
-
-radv_timestamp.h:
-       @echo "Updating radv_timestamp.h"
-       $(AM_V_GEN) echo "#define RADV_TIMESTAMP \"$(TIMESTAMP_CMD)\"" > $@
-
 vk_format_table.c: vk_format_table.py \
                   vk_format_parse.py \
                    vk_format_layout.csv
diff --git a/src/amd/vulkan/Makefile.sources b/src/amd/vulkan/Makefile.sources
index d163b98..425a00f 100644
--- a/src/amd/vulkan/Makefile.sources
+++ b/src/amd/vulkan/Makefile.sources
@@ -72,6 +72,5 @@ VULKAN_WSI_X11_FILES := \
 
 VULKAN_GENERATED_FILES := \
        radv_entrypoints.c \
-       radv_entrypoints.h \
-       radv_timestamp.h
+       radv_entrypoints.h
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to