aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-02-16 00:21:58 -0500
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 01:01:01 -0500
commit7dcd060c0e6e4f76ce7eea94c66437ce8f546530 (patch)
tree0afc21c546a824349d9c462cbdfbb6788925f715 /drivers/gpu/drm/nouveau/Makefile
parent46c13c131d3b73080aa0f50f45e834a9ab3c0e71 (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/Makefile4
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
95nouveau-y += core/subdev/i2c/base.o 95nouveau-y += core/subdev/i2c/base.o
96nouveau-y += core/subdev/i2c/aux.o 96nouveau-y += core/subdev/i2c/aux.o
97nouveau-y += core/subdev/i2c/bit.o 97nouveau-y += core/subdev/i2c/bit.o
98nouveau-y += core/subdev/i2c/nv04.o
99nouveau-y += core/subdev/i2c/nv4e.o
100nouveau-y += core/subdev/i2c/nv50.o
98nouveau-y += core/subdev/i2c/nv94.o 101nouveau-y += core/subdev/i2c/nv94.o
102nouveau-y += core/subdev/i2c/nvd0.o
99nouveau-y += core/subdev/ibus/nvc0.o 103nouveau-y += core/subdev/ibus/nvc0.o
100nouveau-y += core/subdev/ibus/nve0.o 104nouveau-y += core/subdev/ibus/nve0.o
101nouveau-y += core/subdev/instmem/base.o 105nouveau-y += core/subdev/instmem/base.o