mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-19 12:03:56 -04:00
GA100 appears to be compatible with GK104 code, the others have some register moves. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
9 lines
271 B
Makefile
9 lines
271 B
Makefile
# SPDX-License-Identifier: MIT
|
|
nvkm-y += nvkm/subdev/gpio/base.o
|
|
nvkm-y += nvkm/subdev/gpio/nv10.o
|
|
nvkm-y += nvkm/subdev/gpio/nv50.o
|
|
nvkm-y += nvkm/subdev/gpio/g94.o
|
|
nvkm-y += nvkm/subdev/gpio/gf119.o
|
|
nvkm-y += nvkm/subdev/gpio/gk104.o
|
|
nvkm-y += nvkm/subdev/gpio/ga102.o
|