summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-02-01 12:31:01 +0100
committerAlex Deucher <alexander.deucher@amd.com>2016-02-10 14:17:23 -0500
commit0856cab1a6298d9cbf037dc683ce514cadb28040 (patch)
treec0b0fa03d84ad2339399bc9e2d21688b300b36c9 /drivers/gpu/drm/amd/amdgpu/Makefile
parentd71518b5aa7c9c298ffbd12ddd23297e3373a37b (diff)
drm/amdgpu: rename amdgpu_sched.c to amdgpu_job.c
That's probably a better matching name. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index dceebbbf94b0..c7fcdcedaadb 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -93,7 +93,7 @@ amdgpu-y += amdgpu_cgs.o
amdgpu-y += \
../scheduler/gpu_scheduler.o \
../scheduler/sched_fence.o \
- amdgpu_sched.o
+ amdgpu_job.o
# ACP componet
ifneq ($(CONFIG_DRM_AMD_ACP),)