diff options
author | Alan Cox <alan@linux.intel.com> | 2012-08-08 09:55:03 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-08-23 19:29:16 -0400 |
commit | 37e7b184da18a9cf42e19f3c3cb42cb30874ac22 (patch) | |
tree | 1e3136bc5a1f462ce0116343a3bc12cf50e12022 /drivers/gpu/drm/gma500/Makefile | |
parent | 220801bdb53ceeac01d021ac459d112acc7deb0b (diff) |
gma500/cdv: sync up and add the displayport code to the build
This is mostly just aligning bits of behaviour
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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/Makefile b/drivers/gpu/drm/gma500/Makefile index abfa2a93f0d0..56a0f2ac82c4 100644 --- a/drivers/gpu/drm/gma500/Makefile +++ b/drivers/gpu/drm/gma500/Makefile | |||
@@ -30,7 +30,8 @@ gma500_gfx-$(CONFIG_DRM_GMA3600) += cdv_device.o \ | |||
30 | cdv_intel_crt.o \ | 30 | cdv_intel_crt.o \ |
31 | cdv_intel_display.o \ | 31 | cdv_intel_display.o \ |
32 | cdv_intel_hdmi.o \ | 32 | cdv_intel_hdmi.o \ |
33 | cdv_intel_lvds.o | 33 | cdv_intel_lvds.o \ |
34 | cdv_intel_dp.o | ||
34 | 35 | ||
35 | gma500_gfx-$(CONFIG_DRM_GMA600) += oaktrail_device.o \ | 36 | gma500_gfx-$(CONFIG_DRM_GMA600) += oaktrail_device.o \ |
36 | oaktrail_crtc.o \ | 37 | oaktrail_crtc.o \ |