diff options
author | Roy Spliet <rspliet@eclipso.eu> | 2013-11-17 20:09:06 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-12-03 23:28:56 +1000 |
commit | a7e4201f0f7d47e03b851f06f8987856e8d33083 (patch) | |
tree | 673f8e8abe867e64785416f8fbad74c68102fff9 /drivers/gpu/drm/nouveau/Makefile | |
parent | b1cd49763bb4b0dacb7795d1152cd4e6660ab7bc (diff) | |
download | lwn-a7e4201f0f7d47e03b851f06f8987856e8d33083.tar.gz lwn-a7e4201f0f7d47e03b851f06f8987856e8d33083.zip |
drm/nouveau/clk: Add support for NVAA/NVAC
Signed-off-by: Roy Spliet <rspliet@eclipso.eu>
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 edcf801613e6..b3fa1ba191b7 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -59,6 +59,7 @@ nouveau-y += core/subdev/clock/nv40.o nouveau-y += core/subdev/clock/nv50.o nouveau-y += core/subdev/clock/nv84.o nouveau-y += core/subdev/clock/nva3.o +nouveau-y += core/subdev/clock/nvaa.o nouveau-y += core/subdev/clock/nvc0.o nouveau-y += core/subdev/clock/nve0.o nouveau-y += core/subdev/clock/pllnv04.o |