2015-07-21 13:18:15 +00:00
|
|
|
#
|
|
|
|
# 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 \
|
2015-09-23 07:14:38 +00:00
|
|
|
hardwaremanager.o pp_acpi.o cz_hwmgr.o \
|
2015-08-18 07:28:32 +00:00
|
|
|
cz_clockpowergating.o \
|
|
|
|
tonga_processpptables.o ppatomctrl.o \
|
2015-10-20 10:06:23 +00:00
|
|
|
tonga_hwmgr.o pppcielanes.o tonga_thermal.o\
|
2015-11-20 20:58:11 +00:00
|
|
|
fiji_powertune.o fiji_hwmgr.o tonga_clockpowergating.o \
|
2015-11-27 19:09:53 +00:00
|
|
|
fiji_clockpowergating.o fiji_thermal.o
|
2015-07-21 13:18:15 +00:00
|
|
|
|
|
|
|
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))
|
|
|
|
|
|
|
|
AMD_POWERPLAY_FILES += $(AMD_PP_HWMGR)
|