1# 2# Makefile for the 'smu manager' sub-component of powerplay. 3# It provides the smu management services for the driver. 4 5SMU_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 9AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR)) 10 11AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR) 12