summaryrefslogblamecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/Makefile
blob: e7428a149b62d53b986a0f2fd0e280de4f771742 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                         

subdir-ccflags-y += -Iinclude/drm  \
		-Idrivers/gpu/drm/amd/powerplay/inc/  \
		-Idrivers/gpu/drm/amd/include/asic_reg  \
		-Idrivers/gpu/drm/amd/include

AMD_PP_PATH = ../powerplay

include $(AMD_POWERPLAY)

POWER_MGR = amd_powerplay.o

AMD_PP_POWER = $(addprefix $(AMD_PP_PATH)/,$(POWER_MGR))

AMD_POWERPLAY_FILES += $(AMD_PP_POWER)