]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/gpu/drm/amd/powerplay/smumgr/Makefile
Merge tag 'drm-amdkfd-next-2017-10-18' of git://people.freedesktop.org/~gabbayo/linux...
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / amd / powerplay / smumgr / Makefile
CommitLineData
ac885b3a
JZ
1#
2# Makefile for the 'smu manager' sub-component of powerplay.
3# It provides the smu management services for the driver.
4
2e112b4a 5SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o \
37a49343 6 polaris10_smumgr.o iceland_smumgr.o \
907bfec7 7 smu7_smumgr.o vega10_smumgr.o rv_smumgr.o ci_smumgr.o
ac885b3a
JZ
8
9AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
10
11AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)