diff options
author | Samuel Pitoiset <[email protected]> | 2018-03-13 14:49:11 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2018-03-13 16:54:21 +0100 |
commit | 237229430f303dc2395a85bc811adc6e25cc39d7 (patch) | |
tree | 49084a8befd75d59f39ca58700bc2c14e20d6386 /src/amd/Makefile.sources | |
parent | 2cfba40eea4c3b5529ad14d4786c96013a416f30 (diff) |
ac: move ac_shader_info to radv folder
This is RADV specific code.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r-- | src/amd/Makefile.sources | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index f57dd403c5f..aee3393b158 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -46,8 +46,6 @@ AMD_COMPILER_FILES = \ common/ac_llvm_util.h \ common/ac_lower_subgroups.c \ common/ac_shader_abi.h \ - common/ac_shader_info.c \ - common/ac_shader_info.h \ common/ac_shader_util.c \ common/ac_shader_util.h |