From: Mauro Rossi Date: Sun, 11 Feb 2018 23:17:23 +0000 (+0100) Subject: radv: move vk_format_table.c to generated sources X-Git-Tag: upstream/19.0.0~3524 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c67b36c8a130734beaca560b94976f9cba244b80;p=platform%2Fupstream%2Fmesa.git radv: move vk_format_table.c to generated sources Android build system will try to compile vk_format_table.c as a shipped source, but at compile time it will be missing, we move it to generated source, where it belongs Fixes: f4e499ec791 ("radv: add initial non-conformant radv vulkan driver") Signed-off-by: Mauro Rossi Reviewed-by: Bas Nieuwenhuizen Reviewed-by: Robert Foss Reviewed-by: Emil Velikov --- diff --git a/src/amd/vulkan/Makefile.sources b/src/amd/vulkan/Makefile.sources index 152fdd7..53a6383 100644 --- a/src/amd/vulkan/Makefile.sources +++ b/src/amd/vulkan/Makefile.sources @@ -69,7 +69,6 @@ VULKAN_FILES := \ radv_util.h \ radv_wsi.c \ si_cmd_buffer.c \ - vk_format_table.c \ vk_format.h \ $(RADV_WS_AMDGPU_FILES) @@ -89,5 +88,6 @@ VULKAN_GENERATED_FILES := \ radv_entrypoints.c \ radv_entrypoints.h \ radv_extensions.c \ - radv_extensions.h + radv_extensions.h \ + vk_format_table.c