diff options
author | Qiang Yu <Qiang.Yu@amd.com> | 2015-12-02 10:56:57 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-12-21 16:42:46 -0500 |
commit | bd90dd89e53c383d1fea973721c8e7864946a254 (patch) | |
tree | 1a6ae13a46b003100ab8e270d7460d2bc1ab20b6 /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | 0bbb81761864c63b5f323b61b48ee892d472c880 (diff) | |
download | blackbird-op-linux-bd90dd89e53c383d1fea973721c8e7864946a254.tar.gz blackbird-op-linux-bd90dd89e53c383d1fea973721c8e7864946a254.zip |
drm/amdgpu: Prepare DKMS build for powerplay module.
Signed-off-by: Qiang Yu <Qiang.Yu@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |