License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / gpu / drm / amd / powerplay / smumgr / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
ac885b3a
JZ
2#
3# Makefile for the 'smu manager' sub-component of powerplay.
4# It provides the smu management services for the driver.
5
18aafc59
RZ
6SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o fiji_smc.o \
7 polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o tonga_smc.o \
4fa483e5 8 smu7_smumgr.o iceland_smc.o vega10_smumgr.o rv_smumgr.o
ac885b3a
JZ
9
10AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
11
12AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)