diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2013-04-25 03:23:43 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-04-26 01:38:10 -0400 |
commit | dded35dee323e286ef444f148abaf88adb58d4f3 (patch) | |
tree | 68c1475e912b438dfa7d3917a8adb3ef3323c18c /drivers/gpu/drm/nouveau/Makefile | |
parent | 2ecda48b36ecb4ec21d1d5ba7b8ccaa7ec701795 (diff) |
drm/nouveau/device: convert to engine, rather than 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 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index d77d05671fe6..52930a20d8f8 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile | |||
@@ -53,15 +53,6 @@ nouveau-y += core/subdev/clock/nva3.o | |||
53 | nouveau-y += core/subdev/clock/nvc0.o | 53 | nouveau-y += core/subdev/clock/nvc0.o |
54 | nouveau-y += core/subdev/clock/pllnv04.o | 54 | nouveau-y += core/subdev/clock/pllnv04.o |
55 | nouveau-y += core/subdev/clock/pllnva3.o | 55 | nouveau-y += core/subdev/clock/pllnva3.o |
56 | nouveau-y += core/subdev/device/base.o | ||
57 | nouveau-y += core/subdev/device/nv04.o | ||
58 | nouveau-y += core/subdev/device/nv10.o | ||
59 | nouveau-y += core/subdev/device/nv20.o | ||
60 | nouveau-y += core/subdev/device/nv30.o | ||
61 | nouveau-y += core/subdev/device/nv40.o | ||
62 | nouveau-y += core/subdev/device/nv50.o | ||
63 | nouveau-y += core/subdev/device/nvc0.o | ||
64 | nouveau-y += core/subdev/device/nve0.o | ||
65 | nouveau-y += core/subdev/devinit/base.o | 56 | nouveau-y += core/subdev/devinit/base.o |
66 | nouveau-y += core/subdev/devinit/nv04.o | 57 | nouveau-y += core/subdev/devinit/nv04.o |
67 | nouveau-y += core/subdev/devinit/nv05.o | 58 | nouveau-y += core/subdev/devinit/nv05.o |
@@ -151,6 +142,15 @@ nouveau-y += core/engine/copy/nvc0.o | |||
151 | nouveau-y += core/engine/copy/nve0.o | 142 | nouveau-y += core/engine/copy/nve0.o |
152 | nouveau-y += core/engine/crypt/nv84.o | 143 | nouveau-y += core/engine/crypt/nv84.o |
153 | nouveau-y += core/engine/crypt/nv98.o | 144 | nouveau-y += core/engine/crypt/nv98.o |
145 | nouveau-y += core/engine/device/base.o | ||
146 | nouveau-y += core/engine/device/nv04.o | ||
147 | nouveau-y += core/engine/device/nv10.o | ||
148 | nouveau-y += core/engine/device/nv20.o | ||
149 | nouveau-y += core/engine/device/nv30.o | ||
150 | nouveau-y += core/engine/device/nv40.o | ||
151 | nouveau-y += core/engine/device/nv50.o | ||
152 | nouveau-y += core/engine/device/nvc0.o | ||
153 | nouveau-y += core/engine/device/nve0.o | ||
154 | nouveau-y += core/engine/disp/base.o | 154 | nouveau-y += core/engine/disp/base.o |
155 | nouveau-y += core/engine/disp/nv04.o | 155 | nouveau-y += core/engine/disp/nv04.o |
156 | nouveau-y += core/engine/disp/nv50.o | 156 | nouveau-y += core/engine/disp/nv50.o |