treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / gpu / drm / nouveau / nvif / Kbuild
blob50d583d6380771db738713fb45300e3275a07569
1 # SPDX-License-Identifier: MIT
2 nvif-y := nvif/object.o
3 nvif-y += nvif/client.o
4 nvif-y += nvif/device.o
5 nvif-y += nvif/disp.o
6 nvif-y += nvif/driver.o
7 nvif-y += nvif/fifo.o
8 nvif-y += nvif/mem.o
9 nvif-y += nvif/mmu.o
10 nvif-y += nvif/notify.o
11 nvif-y += nvif/vmm.o
13 # Usermode classes
14 nvif-y += nvif/user.o
15 nvif-y += nvif/userc361.o