android: radv: build radv_shader_args.c
authorMauro Rossi <issor.oruam@gmail.com>
Sun, 8 Dec 2019 08:40:36 +0000 (09:40 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Fri, 27 Dec 2019 08:20:54 +0000 (09:20 +0100)
Updates radv Makefile.sources and fixes the following building error:

external/mesa/src/amd/vulkan/radv_shader.c:1122:
error: undefined reference to 'radv_declare_shader_args'

Fixes: 3b14336 ("ac/nir, radv, radeonsi: Switch to using ac_shader_args")
Fixes: 66c703b ("radv: Move argument declaration out of nir_to_llvm")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/amd/vulkan/Makefile.sources

index 312cd0b1e99111e237c96fcf19c4a2d3e0c172f6..002f2ea1ebe5bffc179436ce9007e795001df250 100644 (file)
@@ -63,6 +63,8 @@ VULKAN_FILES := \
        radv_private.h \
        radv_radeon_winsys.h \
        radv_shader.c \
+       radv_shader_args.c \
+       radv_shader_args.h \
        radv_shader_info.c \
        radv_shader.h \
        radv_shader_helper.h \