mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
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: f4e499ec79 ("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>
This commit is contained in:
parent
b4bda6e066
commit
c67b36c8a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue