2015-07-21 09:43:02 +00:00
|
|
|
#
|
|
|
|
# Makefile for the 'smu manager' sub-component of powerplay.
|
|
|
|
# It provides the smu management services for the driver.
|
|
|
|
|
2016-08-23 03:58:14 +00:00
|
|
|
SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o fiji_smc.o \
|
|
|
|
polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o tonga_smc.o \
|
2017-03-06 11:10:08 +00:00
|
|
|
smu7_smumgr.o iceland_smc.o vega10_smumgr.o rv_smumgr.o
|
2015-07-21 09:43:02 +00:00
|
|
|
|
|
|
|
AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
|
|
|
|
|
|
|
|
AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)
|