X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Famd%2FMakefile.sources;h=8ebcd8803d693038ba9e3e505b742b8cdd4fa184;hb=7e43022e8c875587b4ffe447ef84eae0fffb657b;hp=e1557ff53653bbd0e944f3bf3e50161a94fd29b6;hpb=eda281e9772deee630275ddd7c23fbac841ecb38;p=mesa.git diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index e1557ff5365..8ebcd8803d6 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -1,5 +1,4 @@ COMMON_HEADER_FILES = \ - common/gfx9d.h \ common/sid.h \ common/amd_family.h \ common/amd_kernel_code_t.h @@ -24,6 +23,10 @@ ADDRLIB_FILES = \ addrlib/src/core/coord.h \ addrlib/src/gfx9/gfx9addrlib.cpp \ addrlib/src/gfx9/gfx9addrlib.h \ + addrlib/src/gfx10/gfx10addrlib.cpp \ + addrlib/src/gfx10/gfx10addrlib.h \ + addrlib/src/gfx10/gfx10SwizzlePattern.h \ + addrlib/src/chip/gfx10/gfx10_gb_reg.h \ addrlib/src/chip/gfx9/gfx9_gb_reg.h \ addrlib/src/chip/r800/si_gb_reg.h \ addrlib/src/r800/ciaddrlib.cpp \ @@ -44,6 +47,8 @@ AMD_COMPILER_FILES = \ common/ac_llvm_helper.cpp \ common/ac_llvm_util.c \ common/ac_llvm_util.h \ + common/ac_rtld.c \ + common/ac_rtld.h \ common/ac_shader_abi.h \ common/ac_shader_util.c \ common/ac_shader_util.h @@ -64,4 +69,5 @@ AMD_DEBUG_FILES = \ common/ac_debug.h AMD_GENERATED_FILES = \ + common/amdgfxregs.h \ common/sid_tables.h