diff options
| author | Alex Deucher <alexander.deucher@amd.com> | 2015-08-16 22:51:50 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-17 16:50:19 -0400 |
| commit | 8e9198d0698a4a748bac9a7b33ed1300cf5f3793 (patch) | |
| tree | 13abb6f8970d499091f78423155c1183de13b64f /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | 5430a3ffb0b1902e8aea4ed2ba256b1263126e8d (diff) | |
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 <Jammy.Zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. | 3 | # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. |
| 4 | 4 | ||
| 5 | ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include/asic_reg \ | 5 | ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include/asic_reg \ |
| 6 | -Idrivers/gpu/drm/amd/include | 6 | -Idrivers/gpu/drm/amd/include \ |
| 7 | -Idrivers/gpu/drm/amd/amdgpu | ||
| 7 | 8 | ||
| 8 | amdgpu-y := amdgpu_drv.o | 9 | amdgpu-y := amdgpu_drv.o |
| 9 | 10 | ||
