[Mesa-dev] [PATCH 1/4] radv: move vk_format_table.c to generated sources
Mauro Rossi
issor.oruam at gmail.com
Sun Jul 22 08:14:57 UTC 2018
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.oruam at 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
--
2.17.1
More information about the mesa-dev
mailing list