mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 06:23:17 +07:00
698f88e697
delete functiontable related codes Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
18 lines
612 B
Makefile
18 lines
612 B
Makefile
#
|
|
# Makefile for the 'hw manager' sub-component of powerplay.
|
|
# It provides the hardware management services for the driver.
|
|
|
|
HARDWARE_MGR = hwmgr.o processpptables.o \
|
|
hardwaremanager.o pp_acpi.o cz_hwmgr.o \
|
|
cz_clockpowergating.o pppcielanes.o\
|
|
process_pptables_v1_0.o ppatomctrl.o ppatomfwctrl.o \
|
|
smu7_hwmgr.o smu7_powertune.o smu7_thermal.o \
|
|
smu7_clockpowergating.o \
|
|
vega10_processpptables.o vega10_hwmgr.o vega10_powertune.o \
|
|
vega10_thermal.o rv_hwmgr.o pp_psm.o\
|
|
pp_overdriver.o
|
|
|
|
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))
|
|
|
|
AMD_POWERPLAY_FILES += $(AMD_PP_HWMGR)
|