Mesa (master): radv: add all headers to the sources list

Emil Velikov evelikov at kemper.freedesktop.org
Wed Oct 12 18:05:13 UTC 2016


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Oct 12 01:03:25 2016 +0100

radv: add all headers to the sources list

Otherwise they'll be missing from the tarball and the build will fail.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/amd/vulkan/Makefile.sources | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/amd/vulkan/Makefile.sources b/src/amd/vulkan/Makefile.sources
index 97fd0b6..a8857e9 100644
--- a/src/amd/vulkan/Makefile.sources
+++ b/src/amd/vulkan/Makefile.sources
@@ -21,15 +21,21 @@
 
 RADV_WS_AMDGPU_FILES := \
 	winsys/amdgpu/radv_amdgpu_bo.c \
+	winsys/amdgpu/radv_amdgpu_bo.h \
 	winsys/amdgpu/radv_amdgpu_cs.c \
+	winsys/amdgpu/radv_amdgpu_cs.h \
 	winsys/amdgpu/radv_amdgpu_surface.c \
+	winsys/amdgpu/radv_amdgpu_surface.h \
 	winsys/amdgpu/radv_amdgpu_winsys.c \
-	winsys/amdgpu/radv_amdgpu_winsys.h
+	winsys/amdgpu/radv_amdgpu_winsys.h \
+	winsys/amdgpu/radv_amdgpu_winsys_public.h
 
 VULKAN_FILES := \
 	radv_cmd_buffer.c \
+	radv_cs.h \
 	radv_device.c \
 	radv_descriptor_set.c \
+	radv_descriptor_set.h \
 	radv_formats.c \
 	radv_image.c \
 	radv_meta.c \
@@ -47,11 +53,16 @@ VULKAN_FILES := \
 	radv_pass.c \
 	radv_pipeline.c \
 	radv_pipeline_cache.c \
+	radv_private.h \
+	radv_radeon_winsys.h \
 	radv_query.c \
 	radv_util.c \
+	radv_util.h \
 	radv_wsi.c \
+	radv_wsi.h \
 	si_cmd_buffer.c \
 	vk_format_table.c \
+	vk_format.h \
 	$(RADV_WS_AMDGPU_FILES)
 
 VULKAN_WSI_WAYLAND_FILES := \




More information about the mesa-commit mailing list