aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/eventmgr/Makefile
blob: 7509e3850087c41b0bf891ca0b9d001028177095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# 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)