X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Famd%2FMakefile.sources;h=17e5fcbd0a76de7b9dc70b060af3ebfddbfab413;hb=a4071486975d0ba1841b62b8ad77f3f27f2503bf;hp=04d4d7dd8481c4a2859a9fde62622d9fddabb9e3;hpb=331794495ed0e8bbd87cafedfa9ef334bb43b0b7;p=mesa.git diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index 04d4d7dd848..17e5fcbd0a7 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -49,7 +49,9 @@ AMD_COMMON_FILES = \ common/ac_shader_args.c \ common/ac_shader_args.h \ common/ac_shader_util.c \ - common/ac_shader_util.h + common/ac_shader_util.h \ + common/ac_shadowed_regs.c \ + common/ac_shadowed_regs.h AMD_COMMON_LLVM_FILES = \ llvm/ac_llvm_build.c \ @@ -69,6 +71,7 @@ AMD_DEBUG_FILES = \ AMD_GENERATED_FILES = \ common/amdgfxregs.h \ + common/gfx10_format_table.c \ common/sid_tables.h ACO_FILES = \ @@ -78,6 +81,7 @@ ACO_FILES = \ compiler/aco_instruction_selection_setup.cpp \ compiler/aco_interface.cpp \ compiler/aco_interface.h \ + compiler/aco_ir.cpp \ compiler/aco_ir.h \ compiler/aco_assembler.cpp \ compiler/aco_insert_exec_mask.cpp \