summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/Makefile
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-07-05 15:44:06 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-05 08:20:44 -0700
commit93b68b67739d40346756fe9b7423f084a1b22bce (patch)
tree333cd6f2505a5f476db9040b5824a13126edcb52 /drivers/staging/gma500/Makefile
parent4bc5925315cee9b9f3d2b07dc8b692978be1d418 (diff)
downloadop-kernel-dev-93b68b67739d40346756fe9b7423f084a1b22bce.zip
op-kernel-dev-93b68b67739d40346756fe9b7423f084a1b22bce.tar.gz
gma500: begin adding CDV specific code
A lot of the intel_display stuff is duplicated, but we will add it first, clean it up and then investigate the best way to merge stuff. This first block integrates the various basic chunks of the CDV display setup. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/Makefile')
-rw-r--r--drivers/staging/gma500/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile
index 961a60c..507aaaf 100644
--- a/drivers/staging/gma500/Makefile
+++ b/drivers/staging/gma500/Makefile
@@ -24,7 +24,10 @@ psb_gfx-y += gem_glue.o \
psb_device.o \
mid_bios.o
-psb_gfx-$(CONFIG_DRM_PSB_CDV) += cdv_device.o
+psb_gfx-$(CONFIG_DRM_PSB_CDV) += cdv_device.o \
+ cdv_intel_display.o \
+ cdv_intel_crt.o \
+ cdv_intel_lvds.o
psb_gfx-$(CONFIG_DRM_PSB_MRST) += mrst_device.o \
mrst_crtc.o \
OpenPOWER on IntegriCloud