]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/gpu/drm/amd/powerplay/smumgr/Makefile
ASoC: cs42l52: Improve two size determinations in cs42l52_i2c_probe()
[mirror_ubuntu-jammy-kernel.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 \
7 polaris10_smumgr.o iceland_smumgr.o \
8 smu7_smumgr.o vega10_smumgr.o rv_smumgr.o ci_smumgr.o
9
10 AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
11
12 AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)