From: Allen Xu Date: Mon, 28 May 2012 07:31:54 +0000 (+0800) Subject: ENGR00210559-3 Integrate gpu openGL2.1 and DRM X-Git-Tag: v3.0.35-fsl~959 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5a09993658bd4a06053fb57556ed428b4b3f5178;p=karo-tx-linux.git ENGR00210559-3 Integrate gpu openGL2.1 and DRM remove i830 from Makefile to avoid build issue. Signed-off-by: Allen Xu --- diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile index fabe7a5f20ef..d2f5809f1607 100644 --- a/drivers/gpu/drm/Makefile +++ b/drivers/gpu/drm/Makefile @@ -51,7 +51,6 @@ obj-$(CONFIG_DRM_R128) += r128/ obj-$(CONFIG_DRM_RADEON)+= radeon/ obj-$(CONFIG_DRM_MGA) += mga/ obj-$(CONFIG_DRM_I810) += i810/ -obj-$(CONFIG_DRM_I830) += i830/ obj-$(CONFIG_DRM_I915) += i915/ obj-$(CONFIG_DRM_SIS) += sis/ obj-$(CONFIG_DRM_SAVAGE)+= savage/