drm/amd/powerplay: add hardware manager sub-component
[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 \
6 hardwaremanager.o pp_acpi.o
7
8AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))
9
10AMD_POWERPLAY_FILES += $(AMD_PP_HWMGR)
This page took 0.024087 seconds and 5 git commands to generate.