diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-02-17 02:25:17 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-02-17 02:25:17 +0000 |
commit | bbf548f9844e94726faef74a065b428d02449d32 (patch) | |
tree | da727a4592581022b677918322ebdcb56c9f0764 /lib/libdrm/amdgpu/Makefile.sources | |
parent | eee7b2c8203213b929fd178bee3db7e70bec2265 (diff) |
Import libdrm 2.4.89
Diffstat (limited to 'lib/libdrm/amdgpu/Makefile.sources')
-rw-r--r-- | lib/libdrm/amdgpu/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdrm/amdgpu/Makefile.sources b/lib/libdrm/amdgpu/Makefile.sources index bc3abaa61..498b64cc3 100644 --- a/lib/libdrm/amdgpu/Makefile.sources +++ b/lib/libdrm/amdgpu/Makefile.sources @@ -6,6 +6,7 @@ LIBDRM_AMDGPU_FILES := \ amdgpu_gpu_info.c \ amdgpu_internal.h \ amdgpu_vamgr.c \ + amdgpu_vm.c \ util_hash.c \ util_hash.h \ util_hash_table.c \ |