linux_dsm_epyc7002/drivers/gpu/drm/amd/powerplay/smumgr/Makefile

10 lines
306 B
Makefile
Raw Normal View History

#
# Makefile for the 'smu manager' sub-component of powerplay.
# It provides the smu management services for the driver.
SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o polaris10_smumgr.o
AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)