diff options
author | Dave Airlie <[email protected]> | 2016-09-02 17:40:39 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-09-06 10:06:04 +1000 |
commit | a86be7b6ad2b9b909202fa0653b96cffb3131137 (patch) | |
tree | bfdf38d347efd7d9696dd76944b6edd45133c774 /src/amd/Makefile.sources | |
parent | f1f1ba37818bcff0c3a944a4d138f0b71fa863f4 (diff) |
radeon: move radeon_family/chip_class defintions to common
This just moves these to a common header file.
Acked-by: Marek Olšák <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r-- | src/amd/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index 2849b2a867f..7e08cd5bc6a 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -1,3 +1,4 @@ COMMON_HEADER_FILES = \ common/sid.h \ - common/r600d_common.h + common/r600d_common.h \ + common/amd_family.h |