1*c7fc0f37SPratik Vishwakarma# 2*c7fc0f37SPratik Vishwakarma# Copyright 2025 Advanced Micro Devices, Inc. 3*c7fc0f37SPratik Vishwakarma# 4*c7fc0f37SPratik Vishwakarma# Permission is hereby granted, free of charge, to any person obtaining a 5*c7fc0f37SPratik Vishwakarma# copy of this software and associated documentation files (the "Software"), 6*c7fc0f37SPratik Vishwakarma# to deal in the Software without restriction, including without limitation 7*c7fc0f37SPratik Vishwakarma# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8*c7fc0f37SPratik Vishwakarma# and/or sell copies of the Software, and to permit persons to whom the 9*c7fc0f37SPratik Vishwakarma# Software is furnished to do so, subject to the following conditions: 10*c7fc0f37SPratik Vishwakarma# 11*c7fc0f37SPratik Vishwakarma# The above copyright notice and this permission notice shall be included in 12*c7fc0f37SPratik Vishwakarma# all copies or substantial portions of the Software. 13*c7fc0f37SPratik Vishwakarma# 14*c7fc0f37SPratik Vishwakarma# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15*c7fc0f37SPratik Vishwakarma# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16*c7fc0f37SPratik Vishwakarma# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17*c7fc0f37SPratik Vishwakarma# THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 18*c7fc0f37SPratik Vishwakarma# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19*c7fc0f37SPratik Vishwakarma# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20*c7fc0f37SPratik Vishwakarma# OTHER DEALINGS IN THE SOFTWARE. 21*c7fc0f37SPratik Vishwakarma# 22*c7fc0f37SPratik Vishwakarma# 23*c7fc0f37SPratik Vishwakarma# Makefile for the 'smu manager' sub-component of powerplay. 24*c7fc0f37SPratik Vishwakarma# It provides the smu management services for the driver. 25*c7fc0f37SPratik Vishwakarma 26*c7fc0f37SPratik VishwakarmaSMU15_MGR = smu_v15_0.o smu_v15_0_0_ppt.o 27*c7fc0f37SPratik Vishwakarma 28*c7fc0f37SPratik VishwakarmaAMD_SWSMU_SMU15MGR = $(addprefix $(AMD_SWSMU_PATH)/smu15/,$(SMU15_MGR)) 29*c7fc0f37SPratik Vishwakarma 30*c7fc0f37SPratik VishwakarmaAMD_POWERPLAY_FILES += $(AMD_SWSMU_SMU15MGR) 31