forked from Minki/linux
e92a037057
The event manager handles power related driver events. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
12 lines
348 B
Makefile
12 lines
348 B
Makefile
#
|
|
# Makefile for the 'event manager' sub-component of powerplay.
|
|
# It provides the event management services for the driver.
|
|
|
|
EVENT_MGR = eventmgr.o eventinit.o eventmanagement.o \
|
|
eventactionchains.o eventsubchains.o eventtasks.o psm.o
|
|
|
|
AMD_PP_EVENT = $(addprefix $(AMD_PP_PATH)/eventmgr/,$(EVENT_MGR))
|
|
|
|
AMD_POWERPLAY_FILES += $(AMD_PP_EVENT)
|
|
|