diff options
author | Emil Velikov <[email protected]> | 2017-04-28 13:33:58 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-04-28 14:13:00 +0100 |
commit | ecc39b665091d4505044e3631f90c8a599dae06e (patch) | |
tree | 34cbb1c3acdbbbc8531785af00d8c2f3d4e0abcb /src/amd/Makefile.sources | |
parent | 9d346af322e3f9d6d52e00759e8c3cd37c192004 (diff) |
ac: include all sources in the tarball
Fixes: e2659176cef ("radeonsi/ac: move vertex export remove to common code.")
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/amd/Makefile.sources')
-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 38dd48b8d3c..620b046cdb7 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -42,6 +42,7 @@ ADDRLIB_FILES = \ AMD_COMPILER_FILES = \ common/ac_binary.c \ common/ac_binary.h \ + common/ac_exp_param.h \ common/ac_llvm_build.c \ common/ac_llvm_build.h \ common/ac_llvm_helper.cpp \ |