From: Alex Deucher Date: Mon, 17 Aug 2015 02:51:50 +0000 (-0400) Subject: drm/amdgpu: move some atombios definitions to common folder (v2) X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~22^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e9198d0698a4a748bac9a7b33ed1300cf5f3793;p=pandora-kernel.git drm/amdgpu: move some atombios definitions to common folder (v2) the definitions can be shared by different IP components. v2: fix include path Signed-off-by: Jammy Zhou Reviewed-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index ccdbb3579bd8..733f77520eee 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -3,7 +3,8 @@ # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include/asic_reg \ - -Idrivers/gpu/drm/amd/include + -Idrivers/gpu/drm/amd/include \ + -Idrivers/gpu/drm/amd/amdgpu amdgpu-y := amdgpu_drv.o Reading git-diff-tree failed