summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorKen Wang <Qingqing.Wang@amd.com>2017-03-04 02:06:01 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-03-30 06:54:46 +0300
commit282aae555e13b073715c4219b80d0396e3b0bd9c (patch)
treef6c42b1c610bd8b8166d0da8fd545d817bc1eb01 /drivers/gpu/drm/amd/amdgpu/Makefile
parentb1023571479020e9e9c15a51b43bf8e15406952b (diff)
downloadlinux-282aae555e13b073715c4219b80d0396e3b0bd9c.tar.xz
drm/amdgpu: add vega10 interrupt handler
Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Ken Wang <Qingqing.Wang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 82047fce2db1..2420bb7050ef 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -48,7 +48,8 @@ amdgpu-y += \
amdgpu_ih.o \
iceland_ih.o \
tonga_ih.o \
- cz_ih.o
+ cz_ih.o \
+ vega10_ih.o
# add SMC block
amdgpu-y += \