diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-07-10 08:45:24 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-10-03 05:12:46 +0200 |
commit | 8aceb7de47ea2491abc1a577dc875b19e9947a54 (patch) | |
tree | 3645a1980be8d4d2b1689475d9e72fd7a4b9c8b9 /drivers/gpu/drm/nouveau/Makefile | |
parent | drm/nouveau/i2c: port to subdev interfaces (diff) | |
download | linux-8aceb7de47ea2491abc1a577dc875b19e9947a54.tar.xz linux-8aceb7de47ea2491abc1a577dc875b19e9947a54.zip |
drm/nouveau/clk: implement stub clock subdev
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 40ce4e18e7eb..2964d71d3996 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -23,6 +23,11 @@ nouveau-y += core/subdev/bios/bit.o nouveau-y += core/subdev/bios/dcb.o nouveau-y += core/subdev/bios/gpio.o nouveau-y += core/subdev/bios/i2c.o +nouveau-y += core/subdev/clock/nv04.o +nouveau-y += core/subdev/clock/nv40.o +nouveau-y += core/subdev/clock/nv50.o +nouveau-y += core/subdev/clock/nva3.o +nouveau-y += core/subdev/clock/nvc0.o nouveau-y += core/subdev/device/base.o nouveau-y += core/subdev/device/nv04.o nouveau-y += core/subdev/device/nv10.o |