diff options
author | Mauro Rossi <issor.oruam@gmail.com> | 2015-08-20 16:55:20 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-08-20 16:56:51 +0100 |
commit | ae7f7b27a10d4ff0967c45984e5bf577cef8b036 (patch) | |
tree | b195d3ac616f0cca0e654c2617d5f5e6d37c2f4e /amdgpu/Makefile.sources | |
parent | ab2fadabde3829b1ec56bd4756165dd9bd281488 (diff) | |
download | libdrm-ae7f7b27a10d4ff0967c45984e5bf577cef8b036.tar.gz libdrm-ae7f7b27a10d4ff0967c45984e5bf577cef8b036.tar.bz2 libdrm-ae7f7b27a10d4ff0967c45984e5bf577cef8b036.zip |
amdgpu: add Makefile.sources
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
[Emil Velikov: remove duplicate amdgpu.h from LIBDRM_AMDGPU_FILES]
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'amdgpu/Makefile.sources')
-rw-r--r-- | amdgpu/Makefile.sources | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/amdgpu/Makefile.sources b/amdgpu/Makefile.sources new file mode 100644 index 00000000..0c0b9a93 --- /dev/null +++ b/amdgpu/Makefile.sources @@ -0,0 +1,14 @@ +LIBDRM_AMDGPU_FILES := \ + amdgpu_bo.c \ + amdgpu_cs.c \ + amdgpu_device.c \ + amdgpu_gpu_info.c \ + amdgpu_internal.h \ + amdgpu_vamgr.c \ + util_hash.c \ + util_hash.h \ + util_hash_table.c \ + util_hash_table.h + +LIBDRM_AMDGPU_H_FILES := \ + amdgpu.h |