OSDN Git Service

radv: move vk_format_table.c to generated sources
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 11 Feb 2018 23:17:23 +0000 (00:17 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Sat, 28 Jul 2018 10:39:49 +0000 (12:39 +0200)
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 <issor.oruam@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Robert Foss <robert.foss@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/amd/vulkan/Makefile.sources

index 152fdd7..53a6383 100644 (file)
@@ -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