Hey Mauro,

This looks good to me.

Signed-off-by: Robert Foss <robert.f...@collabora.com>

On 2018-07-22 10:14, Mauro Rossi wrote:
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

Signed-off-by: Mauro Rossi <issor.or...@gmail.com>
---
  src/amd/vulkan/Makefile.sources | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/amd/vulkan/Makefile.sources b/src/amd/vulkan/Makefile.sources
index 152fdd7cb7..53a638362b 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
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to