diff options
author | Allen Xu <allen.xu@freescale.com> | 2012-05-28 15:31:54 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:38:13 +0800 |
commit | eadaf0b72073a60d9357f72c6d266796f078bc15 (patch) | |
tree | ba269eb79fe27e97abe3c0cc7099b9661f45d68d /drivers/gpu | |
parent | cf43902f8087fc02f3605b04a110170551f54501 (diff) |
ENGR00210559-3 Integrate gpu openGL2.1 and DRM
remove i830 from Makefile to avoid build issue.
Signed-off-by: Allen Xu <allen.xu@freescale.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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/ |