From f4b877631ec292ea18217706ab69ab0a2315e454 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Thu, 8 Mar 2018 10:37:52 +1100 Subject: [PATCH] spirv: fix autotools builds Fixes: 68a6a3b51acc "spirv: handle AMD_gcn_shader extended instructions" Reviewed-by: Bas Nieuwenhuizen --- src/compiler/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 841bc8fec91..37340ba809e 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -301,6 +301,7 @@ SPIRV_FILES = \ spirv/spirv_info.h \ spirv/spirv_to_nir.c \ spirv/vtn_alu.c \ + spirv/vtn_amd.c \ spirv/vtn_cfg.c \ spirv/vtn_glsl450.c \ spirv/vtn_private.h \ -- 2.30.2