aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/Makefile
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-12-29 14:37:03 +0000
committerDave Airlie <airlied@redhat.com>2012-01-03 09:30:07 +0000
commitb6195aab9ca63a4f6911365f36eb091666fcb15a (patch)
tree3852d3a68333948e8d20ee9c66d16eb1c4154761 /drivers/gpu/drm/gma500/Makefile
parent56125db1eecf8d34d84f7925686110d90724edf0 (diff)
gma500: Fix Cedarview support (Correct version)
And update to the actual product naming as the press release is now out. http://newsroom.intel.com/docs/DOC-2553#pressmaterials - Fixes the wrong ifdef check - Fixes the missing crtc count declaration 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/Makefile b/drivers/gpu/drm/gma500/Makefile
index 96658ec057e2..81c103be5e21 100644
--- a/drivers/gpu/drm/gma500/Makefile
+++ b/drivers/gpu/drm/gma500/Makefile
@@ -25,7 +25,7 @@ gma500_gfx-y += gem_glue.o \
psb_device.o \
mid_bios.o
-gma500_gfx-$(CONFIG_DRM_CEDARVIEW) += cdv_device.o \
+gma500_gfx-$(CONFIG_DRM_GMA3600) += cdv_device.o \
cdv_intel_crt.o \
cdv_intel_display.o \
cdv_intel_hdmi.o \