aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@labri.fr>2012-08-29 20:31:59 -0400
committerBen Skeggs <bskeggs@redhat.com>2012-10-02 23:13:13 -0400
commitd46497dce7376e9d3e2e10c59d92e1c3b665b5dd (patch)
tree9494a77fb4b375f724676ea0ee771228c012ddec /drivers/gpu/drm/nouveau/Makefile
parent32334cc03a12c51f64613608a8b261738406e1e2 (diff)
drm/nouveau/bios: parse the pwm divisor from the perf table
v2: perf_table now is more in line with the other functions 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index 6adf1455255c..1b05d114deea 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -35,6 +35,7 @@ nouveau-y += core/subdev/bios/gpio.o
35nouveau-y += core/subdev/bios/i2c.o 35nouveau-y += core/subdev/bios/i2c.o
36nouveau-y += core/subdev/bios/init.o 36nouveau-y += core/subdev/bios/init.o
37nouveau-y += core/subdev/bios/mxm.o 37nouveau-y += core/subdev/bios/mxm.o
38nouveau-y += core/subdev/bios/perf.o
38nouveau-y += core/subdev/bios/pll.o 39nouveau-y += core/subdev/bios/pll.o
39nouveau-y += core/subdev/bios/therm.o 40nouveau-y += core/subdev/bios/therm.o
40nouveau-y += core/subdev/clock/nv04.o 41nouveau-y += core/subdev/clock/nv04.o