summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/Makefile
diff options
context:
space:
mode:
authorPatrik Jakobsson2011-12-19 22:40:58 +0100
committerDave Airlie2011-12-20 11:23:13 +0100
commit5c0c1d50d7ba7a678b7d6e2c4f2ff31edafb1067 (patch)
tree8136abb90b7a87dfe78271576387e810c396d78e /drivers/gpu/drm/gma500/Makefile
parentgma500: Convert PSB LVDS to new output handling (diff)
downloadkernel-qcow2-linux-5c0c1d50d7ba7a678b7d6e2c4f2ff31edafb1067.tar.gz
kernel-qcow2-linux-5c0c1d50d7ba7a678b7d6e2c4f2ff31edafb1067.tar.xz
kernel-qcow2-linux-5c0c1d50d7ba7a678b7d6e2c4f2ff31edafb1067.zip
gma500: Add support for Intel GMBUS
Before we integrate the new SDVO code we need GMBUS support Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/Makefile')
-rw-r--r--drivers/gpu/drm/gma500/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/Makefile b/drivers/gpu/drm/gma500/Makefile
index 613c74f33a1e..96658ec057e2 100644
--- a/drivers/gpu/drm/gma500/Makefile
+++ b/drivers/gpu/drm/gma500/Makefile
@@ -11,6 +11,7 @@ gma500_gfx-y += gem_glue.o \
gtt.o \
intel_bios.o \
intel_i2c.o \
+ intel_gmbus.o \
intel_opregion.o \
mmu.o \
power.o \