summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2016-09-09 08:29:47 +0300
committerAlex Deucher <alexander.deucher@amd.com>2016-09-19 20:22:10 +0300
commit34a564eaf5289ad72798a07dc475b85fbffc68f2 (patch)
treed5eaa6b9aae5e44d16fff2e417372dd4adb1d6c5 /drivers/gpu/drm/amd/powerplay/smumgr/Makefile
parent599a7e9fe1b683d04f889d68f866f5548b1e0239 (diff)
downloadlinux-34a564eaf5289ad72798a07dc475b85fbffc68f2.tar.xz
drm/amd/powerplay: implement fw image related smum interface for Polaris.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/smumgr/Makefile')
-rw-r--r--drivers/gpu/drm/amd/powerplay/smumgr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
index 19e79469f6bc..872a2f030989 100644
--- a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
@@ -3,7 +3,7 @@
# It provides the smu management services for the driver.
SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o \
- polaris10_smumgr.o iceland_smumgr.o
+ polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o
AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))