diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2013-02-16 00:21:58 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-02-20 01:01:01 -0500 |
commit | 7dcd060c0e6e4f76ce7eea94c66437ce8f546530 (patch) | |
tree | 0afc21c546a824349d9c462cbdfbb6788925f715 /drivers/gpu/drm/nouveau/Makefile | |
parent | 46c13c131d3b73080aa0f50f45e834a9ab3c0e71 (diff) |
drm/nouveau/i2c: create proper chipset-specific class implementations
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 29f8cc5f46d8..d8374ec77b7e 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile | |||
@@ -95,7 +95,11 @@ nouveau-y += core/subdev/gpio/nve0.o | |||
95 | nouveau-y += core/subdev/i2c/base.o | 95 | nouveau-y += core/subdev/i2c/base.o |
96 | nouveau-y += core/subdev/i2c/aux.o | 96 | nouveau-y += core/subdev/i2c/aux.o |
97 | nouveau-y += core/subdev/i2c/bit.o | 97 | nouveau-y += core/subdev/i2c/bit.o |
98 | nouveau-y += core/subdev/i2c/nv04.o | ||
99 | nouveau-y += core/subdev/i2c/nv4e.o | ||
100 | nouveau-y += core/subdev/i2c/nv50.o | ||
98 | nouveau-y += core/subdev/i2c/nv94.o | 101 | nouveau-y += core/subdev/i2c/nv94.o |
102 | nouveau-y += core/subdev/i2c/nvd0.o | ||
99 | nouveau-y += core/subdev/ibus/nvc0.o | 103 | nouveau-y += core/subdev/ibus/nvc0.o |
100 | nouveau-y += core/subdev/ibus/nve0.o | 104 | nouveau-y += core/subdev/ibus/nve0.o |
101 | nouveau-y += core/subdev/instmem/base.o | 105 | nouveau-y += core/subdev/instmem/base.o |