Makefile 842 Bytes
Newer Older
1 2 3 4 5
#
# 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 \
6
	       hardwaremanager.o pp_acpi.o cz_hwmgr.o \
7
               cz_clockpowergating.o tonga_powertune.o\
8
	       process_pptables_v1_0.o ppatomctrl.o \
9
               tonga_hwmgr.o pppcielanes.o  tonga_thermal.o\
10
               fiji_powertune.o fiji_hwmgr.o tonga_clockpowergating.o \
11
               fiji_clockpowergating.o fiji_thermal.o \
12
	       polaris10_hwmgr.o polaris10_powertune.o polaris10_thermal.o \
13 14 15
	       polaris10_clockpowergating.o iceland_hwmgr.o \
	       iceland_clockpowergating.o iceland_thermal.o \
	       iceland_powertune.o
16 17 18 19

AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))

AMD_POWERPLAY_FILES += $(AMD_PP_HWMGR)