summaryrefslogtreecommitdiff
path: root/amdgpu
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2016-11-14 10:16:27 -0800
committerMatt Turner <mattst88@gmail.com>2016-11-14 10:40:59 -0800
commit01db192f974ead239c7122c04ef83e2cc9a8db50 (patch)
tree273d323b4a6ef746807baff852518b40c3452026 /amdgpu
parent51002c0440b0e410efa3845f2633826aad7f3aa3 (diff)
amdgpu: Add amdgpu_asic_id.h to Makefile.sources.
Diffstat (limited to 'amdgpu')
-rw-r--r--amdgpu/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/amdgpu/Makefile.sources b/amdgpu/Makefile.sources
index 0c0b9a93..487b9e0a 100644
--- a/amdgpu/Makefile.sources
+++ b/amdgpu/Makefile.sources
@@ -1,4 +1,5 @@
LIBDRM_AMDGPU_FILES := \
+ amdgpu_asic_id.h \
amdgpu_bo.c \
amdgpu_cs.c \
amdgpu_device.c \