drm/amd/powerplay: add CG and PG support for carrizo
[deliverable/linux.git] / drivers / gpu / drm / amd / powerplay / hwmgr / Makefile
CommitLineData
3bace359
JZ
1#
2# Makefile for the 'hw manager' sub-component of powerplay.
3# It provides the hardware management services for the driver.
4
5HARDWARE_MGR = hwmgr.o processpptables.o functiontables.o \
28a18bab
RZ
6 hardwaremanager.o pp_acpi.o cz_hwmgr.o \
7 cz_clockpowergating.o
3bace359
JZ
8
9AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))
10
11AMD_POWERPLAY_FILES += $(AMD_PP_HWMGR)
This page took 0.024196 seconds and 5 git commands to generate.