xref: /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/Makefile (revision 1ac731c529cd4d6adbce134754b51ff7d822b145)
1c05d1c40SKevin Wang#
2c05d1c40SKevin Wang# Copyright 2020 Advanced Micro Devices, Inc.
3c05d1c40SKevin Wang#
4c05d1c40SKevin Wang# Permission is hereby granted, free of charge, to any person obtaining a
5c05d1c40SKevin Wang# copy of this software and associated documentation files (the "Software"),
6c05d1c40SKevin Wang# to deal in the Software without restriction, including without limitation
7c05d1c40SKevin Wang# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8c05d1c40SKevin Wang# and/or sell copies of the Software, and to permit persons to whom the
9c05d1c40SKevin Wang# Software is furnished to do so, subject to the following conditions:
10c05d1c40SKevin Wang#
11c05d1c40SKevin Wang# The above copyright notice and this permission notice shall be included in
12c05d1c40SKevin Wang# all copies or substantial portions of the Software.
13c05d1c40SKevin Wang#
14c05d1c40SKevin Wang# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15c05d1c40SKevin Wang# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16c05d1c40SKevin Wang# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17c05d1c40SKevin Wang# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18c05d1c40SKevin Wang# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19c05d1c40SKevin Wang# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20c05d1c40SKevin Wang# OTHER DEALINGS IN THE SOFTWARE.
21c05d1c40SKevin Wang#
22c05d1c40SKevin Wang#
23c05d1c40SKevin Wang# Makefile for the 'smu manager' sub-component of powerplay.
24c05d1c40SKevin Wang# It provides the smu management services for the driver.
25c05d1c40SKevin Wang
2655c89494STim HuangSMU13_MGR = smu_v13_0.o aldebaran_ppt.o yellow_carp_ppt.o smu_v13_0_0_ppt.o smu_v13_0_4_ppt.o \
27*511a9555SLijo Lazar	    smu_v13_0_5_ppt.o smu_v13_0_7_ppt.o smu_v13_0_6_ppt.o
28c05d1c40SKevin Wang
29c05d1c40SKevin WangAMD_SWSMU_SMU13MGR = $(addprefix $(AMD_SWSMU_PATH)/smu13/,$(SMU13_MGR))
30c05d1c40SKevin Wang
31c05d1c40SKevin WangAMD_POWERPLAY_FILES += $(AMD_SWSMU_SMU13MGR)
32