From 06ab6ce6126dfce4df18bf5d2f25fcb70a6c595b Mon Sep 17 00:00:00 2001 From: "Juan A. Suarez Romero" Date: Wed, 2 Aug 2017 12:10:03 +0000 Subject: [PATCH] ac: add ac_shader_abi.h in distcheck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: CXXLD addrlib/libamdgpu_addrlib.la ar: `u' modifier ignored since `D' is the default (see `U') ../../../../src/amd/common/ac_nir_to_llvm.c:33:27: fatal error: ac_shader_abi.h: No such file or directory #include "ac_shader_abi.h" ^ compilation terminated. Makefile:985: recipe for target 'common/common_libamd_common_la-ac_nir_to_llvm.lo' failed When running `make distcheck` Reviewed-by: Nicolai Hähnle Signed-off-by: Juan A. Suarez Romero --- src/amd/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index 098f6b923a0..4accab04cb9 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -48,6 +48,7 @@ AMD_COMPILER_FILES = \ common/ac_llvm_helper.cpp \ common/ac_llvm_util.c \ common/ac_llvm_util.h \ + common/ac_shader_abi.h \ common/ac_shader_info.c \ common/ac_shader_info.h