diff options
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r-- | src/amd/Makefile.sources | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index bacba23d9de..d2357f906e9 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -2,8 +2,7 @@ COMMON_HEADER_FILES = \ common/gfx9d.h \ common/sid.h \ common/amd_family.h \ - common/amd_kernel_code_t.h \ - common/amdgpu_id.h + common/amd_kernel_code_t.h ADDRLIB_FILES = \ addrlib/addrinterface.cpp \ @@ -25,11 +24,8 @@ ADDRLIB_FILES = \ addrlib/gfx9/coord.h \ addrlib/gfx9/gfx9addrlib.cpp \ addrlib/gfx9/gfx9addrlib.h \ - addrlib/gfx9/rbmap.cpp \ - addrlib/gfx9/rbmap.h \ addrlib/inc/chip/gfx9/gfx9_gb_reg.h \ addrlib/inc/chip/r800/si_gb_reg.h \ - addrlib/inc/lnx_common_defs.h \ addrlib/r800/chip/si_ci_vi_merged_enum.h \ addrlib/r800/ciaddrlib.cpp \ addrlib/r800/ciaddrlib.h \ |