diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/top/Kbuild')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/subdev/top/Kbuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/top/Kbuild b/drivers/gpu/drm/nouveau/nvkm/subdev/top/Kbuild new file mode 100644 index 000000000..d5db84519 --- /dev/null +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/top/Kbuild @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: MIT +nvkm-y += nvkm/subdev/top/base.o +nvkm-y += nvkm/subdev/top/gk104.o +nvkm-y += nvkm/subdev/top/ga100.o |