diff options
author | Martin Peres <martin.peres@labri.fr> | 2013-02-23 16:45:51 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-04-26 15:37:35 +1000 |
commit | 2f4573679a8159e0c80a5d4f812b778aef9ceb14 (patch) | |
tree | 60ac29a003260e0fef86a0c2ae95c3418151965a /drivers/gpu/drm/nouveau/Makefile | |
parent | 897a6e27fd44573d2f346d9bb122e0e29759952c (diff) | |
download | blackbird-op-linux-2f4573679a8159e0c80a5d4f812b778aef9ceb14.tar.gz blackbird-op-linux-2f4573679a8159e0c80a5d4f812b778aef9ceb14.zip |
drm/nouveau/therm: split the nv50 and nv84 code
This is needed because temperature management on nv50 can be enabled and it
looks about the same as nv40.
Signed-off-by: Martin Peres <martin.peres@labri.fr>
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 90f9140eeefd..0c65479c1b6f 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -126,6 +126,7 @@ nouveau-y += core/subdev/therm/ic.o nouveau-y += core/subdev/therm/temp.o nouveau-y += core/subdev/therm/nv40.o nouveau-y += core/subdev/therm/nv50.o +nouveau-y += core/subdev/therm/nv84.o nouveau-y += core/subdev/therm/nva3.o nouveau-y += core/subdev/therm/nvd0.o nouveau-y += core/subdev/timer/base.o |