Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next
[sfrench/cifs-2.6.git] / drivers / gpu / drm / amd / powerplay / smumgr / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the 'smu manager' sub-component of powerplay.
4 # It provides the smu management services for the driver.
5
6 SMU_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 \
8           smu7_smumgr.o iceland_smc.o vega10_smumgr.o rv_smumgr.o
9
10 AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
11
12 AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)