diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-07-07 07:51:26 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-07-07 07:51:26 -0400 |
commit | 8ca7c1df08210fd35fccf1559837c92baaa4da8f (patch) | |
tree | 06d09b81f0718bd12b7a0fe8985f4aa13d7d2bc7 /drivers/char/drm/Makefile | |
parent | c101f3136cc98a003d0d16be6fab7d0d950581a6 (diff) |
drm: add 32/64 support for MGA/R128/i915
This adds compatiblity ioctls for mga/r128 and i915 DRM drivers.
From: Paul Mackerras, David Airlie, Alan Hourihane, Egbert Eich.
Signed-off-by: David Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/Makefile')
-rw-r--r-- | drivers/char/drm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/drm/Makefile b/drivers/char/drm/Makefile index 7444dec40b94..b36b0158582e 100644 --- a/drivers/char/drm/Makefile +++ b/drivers/char/drm/Makefile | |||
@@ -22,6 +22,9 @@ sis-objs := sis_drv.o sis_ds.o sis_mm.o | |||
22 | ifeq ($(CONFIG_COMPAT),y) | 22 | ifeq ($(CONFIG_COMPAT),y) |
23 | drm-objs += drm_ioc32.o | 23 | drm-objs += drm_ioc32.o |
24 | radeon-objs += radeon_ioc32.o | 24 | radeon-objs += radeon_ioc32.o |
25 | mga-objs += mga_ioc32.o | ||
26 | r128-objs += r128_ioc32.o | ||
27 | i915-objs += i915_ioc32.o | ||
25 | endif | 28 | endif |
26 | 29 | ||
27 | obj-$(CONFIG_DRM) += drm.o | 30 | obj-$(CONFIG_DRM) += drm.o |