Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
[cascardo/linux.git] / drivers / gpu / drm / amd / powerplay / smumgr / Makefile
1 #
2 # Makefile for the 'smu manager' sub-component of powerplay.
3 # It provides the smu management services for the driver.
4
5 SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o fiji_smc.o \
6           polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o tonga_smc.o \
7           smu7_smumgr.o iceland_smc.o
8
9 AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
10
11 AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)