]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/gpu/drm/amd/powerplay/Makefile
ASoC: wm0010: Delete an error message for a failed memory allocation in wm0010_boot()
[linux.git] / drivers / gpu / drm / amd / powerplay / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 subdir-ccflags-y += \
4                 -I$(FULL_AMD_PATH)/powerplay/inc/  \
5                 -I$(FULL_AMD_PATH)/include/asic_reg  \
6                 -I$(FULL_AMD_PATH)/include  \
7                 -I$(FULL_AMD_PATH)/powerplay/smumgr\
8                 -I$(FULL_AMD_PATH)/powerplay/hwmgr
9
10 AMD_PP_PATH = ../powerplay
11
12 PP_LIBS = smumgr hwmgr
13
14 AMD_POWERPLAY = $(addsuffix /Makefile,$(addprefix $(FULL_AMD_PATH)/powerplay/,$(PP_LIBS)))
15
16 include $(AMD_POWERPLAY)
17
18 POWER_MGR = amd_powerplay.o
19
20 AMD_PP_POWER = $(addprefix $(AMD_PP_PATH)/,$(POWER_MGR))
21
22 AMD_POWERPLAY_FILES += $(AMD_PP_POWER)