[PATCH 1/3] drm/amdgpu: use $(src) in Makefile

2015-11-30 Thread Alex Deucher
On Tue, Nov 24, 2015 at 3:55 AM, Jammy Zhou wrote: > This can solve the path problem when compile amdgpu with DKMS. > > Signed-off-by: Jammy Zhou > Acked-by: Alex Deucher Applied and rebased for drm-next. I'll adapt the acp, powerplay, etc. changes as those components make it upstream. Alex

[PATCH 1/3] drm/amdgpu: use $(src) in Makefile

2015-11-24 Thread Jammy Zhou
This can solve the path problem when compile amdgpu with DKMS. Signed-off-by: Jammy Zhou Acked-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/Makefile | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/a