aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-12-04 11:35:40 +1000
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 16:00:16 +1000
commit5f066c32a50eac584c0c8c19d8d5e38714f7c574 (patch)
treee6211ed14764407d23e3815fd494f77eda75bfe6 /drivers/gpu/drm/nouveau/Makefile
parentnvd0/therm: implement more appropriate pwm fan control functions (diff)
downloadlinux-dev-5f066c32a50eac584c0c8c19d8d5e38714f7c574.tar.xz
linux-dev-5f066c32a50eac584c0c8c19d8d5e38714f7c574.zip
drm/nouveau/therm: fix various style issues, make more consistent
Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Martin Peres <martin.peres@labri.fr>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index 4fc39ecb93db..26e0d56e45d9 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -107,10 +107,10 @@ nouveau-y += core/subdev/mxm/nv50.o
nouveau-y += core/subdev/therm/base.o
nouveau-y += core/subdev/therm/fan.o
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/nvd0.o
-nouveau-y += core/subdev/therm/temp.o
nouveau-y += core/subdev/timer/base.o
nouveau-y += core/subdev/timer/nv04.o
nouveau-y += core/subdev/vm/base.o