diff options
author | Juan A. Suarez Romero <[email protected]> | 2017-08-02 12:10:03 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-08-03 09:53:09 +0200 |
commit | 06ab6ce6126dfce4df18bf5d2f25fcb70a6c595b (patch) | |
tree | afb075ffe13ccf630610483aac43f5a1ca5ca96a | |
parent | 271fa3a684ef0eefe99087c13d1abb099784163f (diff) |
ac: add ac_shader_abi.h in distcheck
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 <[email protected]>
Signed-off-by: Juan A. Suarez Romero <[email protected]>
-rw-r--r-- | src/amd/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 |