diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2017-11-01 03:56:19 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2017-11-02 13:32:31 +1000 |
commit | 920d2b5ef2157e169d85cb778feca558c56b8370 (patch) | |
tree | 5b32f7727d8c4db13903e8db2bba375e8f9eac53 /drivers/gpu/drm/nouveau/nvif/Kbuild | |
parent | c83c4097eba8950bc7028f0846c21f9718dd8697 (diff) | |
download | blackbird-op-linux-920d2b5ef2157e169d85cb778feca558c56b8370.tar.gz blackbird-op-linux-920d2b5ef2157e169d85cb778feca558c56b8370.zip |
drm/nouveau/mmu: define user interfaces to mmu vmm opertaions
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif/Kbuild')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvif/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/Kbuild b/drivers/gpu/drm/nouveau/nvif/Kbuild index 2e0a90b4dda8..f1675a4ab6fa 100644 --- a/drivers/gpu/drm/nouveau/nvif/Kbuild +++ b/drivers/gpu/drm/nouveau/nvif/Kbuild @@ -5,3 +5,4 @@ nvif-y += nvif/driver.o nvif-y += nvif/mem.o nvif-y += nvif/mmu.o nvif-y += nvif/notify.o +nvif-y += nvif/vmm.o |