Makefile 662 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 7 8 9 10 11
		hardwaremanager.o pp_acpi.o cz_hwmgr.o \
		cz_clockpowergating.o tonga_powertune.o\
		process_pptables_v1_0.o ppatomctrl.o \
		tonga_hwmgr.o pppcielanes.o  tonga_thermal.o\
		smu7_hwmgr.o smu7_powertune.o smu7_thermal.o \
		smu7_clockpowergating.o iceland_hwmgr.o \
12
		tonga_clockpowergating.o \
13 14 15
		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)