forked from Minki/linux
1e4854e96c
Implement thermal and fan control for tonga. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
15 lines
559 B
Makefile
15 lines
559 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 functiontables.o \
|
|
hardwaremanager.o pp_acpi.o cz_hwmgr.o \
|
|
cz_clockpowergating.o \
|
|
tonga_processpptables.o ppatomctrl.o \
|
|
tonga_hwmgr.o pppcielanes.o tonga_thermal.o\
|
|
fiji_powertune.o fiji_hwmgr.o tonga_clockpowergating.o
|
|
|
|
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))
|
|
|
|
AMD_POWERPLAY_FILES += $(AMD_PP_HWMGR)
|