diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-12-04 09:50:33 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-02-20 16:00:15 +1000 |
commit | bc79202f4c8ff6977133255dc2bb7d4dac3936f0 (patch) | |
tree | fb2688076b992ddda52faa80491f0d5d8ceca162 /drivers/gpu/drm/nouveau/Makefile | |
parent | 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7 (diff) | |
download | talos-obmc-linux-bc79202f4c8ff6977133255dc2bb7d4dac3936f0.tar.gz talos-obmc-linux-bc79202f4c8ff6977133255dc2bb7d4dac3936f0.zip |
nvd0/therm: implement more appropriate pwm fan control functions
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index ab25752a0b1e..4fc39ecb93db 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -109,6 +109,7 @@ nouveau-y += core/subdev/therm/fan.o nouveau-y += core/subdev/therm/ic.o nouveau-y += core/subdev/therm/nv40.o nouveau-y += core/subdev/therm/nv50.o +nouveau-y += core/subdev/therm/nvd0.o nouveau-y += core/subdev/therm/temp.o nouveau-y += core/subdev/timer/base.o nouveau-y += core/subdev/timer/nv04.o |