summaryrefslogtreecommitdiff
path: root/linux-core/Makefile.kernel
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-09-18 11:03:49 -0700
committerIan Romanick <idr@us.ibm.com>2007-09-18 11:03:49 -0700
commita3881ad2fef99aaf0a863609a847020ea822798c (patch)
treeacc621d0101b97fec63ad601a8da8db88a883cf6 /linux-core/Makefile.kernel
parente7d4a26913ba3a4949ac36280925062948ee21ce (diff)
Add ioc32 compat layer for XGI DRM.
Diffstat (limited to 'linux-core/Makefile.kernel')
-rw-r--r--linux-core/Makefile.kernel3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel
index ac77941e..b282bd05 100644
--- a/linux-core/Makefile.kernel
+++ b/linux-core/Makefile.kernel
@@ -48,6 +48,7 @@ mga-objs += mga_ioc32.o
r128-objs += r128_ioc32.o
i915-objs += i915_ioc32.o
nouveau-objs += nouveau_ioc32.o
+xgi-objs += xgi_ioc32.o
endif
obj-m += drm.o
@@ -64,4 +65,4 @@ obj-$(CONFIG_DRM_VIA) += via.o
obj-$(CONFIG_DRM_MACH64)+= mach64.o
obj-$(CONFIG_DRM_NV) += nv.o
obj-$(CONFIG_DRM_NOUVEAU) += nouveau.o
-obj-$(CONFIG_DRM_XGI) += xgi.o \ No newline at end of file
+obj-$(CONFIG_DRM_XGI) += xgi.o