mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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
|