From: Qiang Yu Date: Wed, 2 Dec 2015 02:56:57 +0000 (+0800) Subject: drm/amdgpu: Prepare DKMS build for powerplay module. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bd90dd89e53c383d1fea973721c8e7864946a254;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drm/amdgpu: Prepare DKMS build for powerplay module. Signed-off-by: Qiang Yu Reviewed-by: Jammy Zhou --- diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 16603a0f87e7..66f729eaf00b 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -100,7 +100,7 @@ amdgpu-$(CONFIG_MMU_NOTIFIER) += amdgpu_mn.o ifneq ($(CONFIG_DRM_AMD_POWERPLAY),) -include drivers/gpu/drm/amd/powerplay/Makefile +include $(FULL_AMD_PATH)/powerplay/Makefile amdgpu-y += $(AMD_POWERPLAY_FILES)