Merge remote-tracking branch 'kspp/for-next/kspp'
[deliverable/linux.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
2435b054
HR
5SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o \
6 polaris10_smumgr.o iceland_smumgr.o
ac885b3a
JZ
7
8AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
9
10AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)
This page took 0.099531 seconds and 5 git commands to generate.