diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-12-03 21:18:59 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-02-20 01:00:17 -0500 |
commit | 7b49bd684cea3916405e1de2f8173ac42cebc87b (patch) | |
tree | e5071aa120dad82d642f007f09de12f5a3e3184a /drivers/gpu/drm/nouveau/Makefile | |
parent | d639b4f5ba5f1bbdfbba920e1deb035a1bed83ae (diff) |
drm/nva3/therm: add support for hardware fan tachometer
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 26e0d56e45d9..7938d1a9ddd3 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile | |||
@@ -110,6 +110,7 @@ nouveau-y += core/subdev/therm/ic.o | |||
110 | nouveau-y += core/subdev/therm/temp.o | 110 | nouveau-y += core/subdev/therm/temp.o |
111 | nouveau-y += core/subdev/therm/nv40.o | 111 | nouveau-y += core/subdev/therm/nv40.o |
112 | nouveau-y += core/subdev/therm/nv50.o | 112 | nouveau-y += core/subdev/therm/nv50.o |
113 | nouveau-y += core/subdev/therm/nva3.o | ||
113 | nouveau-y += core/subdev/therm/nvd0.o | 114 | nouveau-y += core/subdev/therm/nvd0.o |
114 | nouveau-y += core/subdev/timer/base.o | 115 | nouveau-y += core/subdev/timer/base.o |
115 | nouveau-y += core/subdev/timer/nv04.o | 116 | nouveau-y += core/subdev/timer/nv04.o |