mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 21:42:42 -04:00
This allows temperature readouts on maxwell2 GPUs. Signed-off-by: Karol Herbst <karolherbst@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
15 lines
496 B
Makefile
15 lines
496 B
Makefile
nvkm-y += nvkm/subdev/therm/base.o
|
|
nvkm-y += nvkm/subdev/therm/fan.o
|
|
nvkm-y += nvkm/subdev/therm/fannil.o
|
|
nvkm-y += nvkm/subdev/therm/fanpwm.o
|
|
nvkm-y += nvkm/subdev/therm/fantog.o
|
|
nvkm-y += nvkm/subdev/therm/ic.o
|
|
nvkm-y += nvkm/subdev/therm/temp.o
|
|
nvkm-y += nvkm/subdev/therm/nv40.o
|
|
nvkm-y += nvkm/subdev/therm/nv50.o
|
|
nvkm-y += nvkm/subdev/therm/g84.o
|
|
nvkm-y += nvkm/subdev/therm/gt215.o
|
|
nvkm-y += nvkm/subdev/therm/gf119.o
|
|
nvkm-y += nvkm/subdev/therm/gm107.o
|
|
nvkm-y += nvkm/subdev/therm/gm200.o
|