diff options
author | Allen Xu <allen.xu@freescale.com> | 2012-05-28 15:31:54 +0800 |
---|---|---|
committer | Allen Xu <allen.xu@freescale.com> | 2012-05-28 15:32:42 +0800 |
commit | b79b15c218383ef49402496724368e1dd24e49f1 (patch) | |
tree | 6b37183d8f9c0bca068cb7b888791d41b650176c /drivers/gpu | |
parent | ed220c1e90466f8d146471a108666e6b21447497 (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/ |