aboutsummaryrefslogtreecommitdiff
path: root/linux-core/Makefile.kernel
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-04-29 13:47:12 -0700
committerEric Anholt <eric@anholt.net>2008-04-29 13:48:51 -0700
commit81ba8ded7e01b21e600069977e496017c8966d66 (patch)
treeee975eee73376e9f96a3c6ef32717ea627f7efa9 /linux-core/Makefile.kernel
parent3148c1636408cc422ab83c149a8963916dd376b0 (diff)
Remove the remainder of the mmfs device.
Diffstat (limited to 'linux-core/Makefile.kernel')
-rw-r--r--linux-core/Makefile.kernel3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel
index 4580a738..5b309bc1 100644
--- a/linux-core/Makefile.kernel
+++ b/linux-core/Makefile.kernel
@@ -41,7 +41,6 @@ mach64-objs := mach64_drv.o mach64_dma.o mach64_irq.o mach64_state.o
nv-objs := nv_drv.o
xgi-objs := xgi_cmdlist.o xgi_drv.o xgi_fb.o xgi_misc.o xgi_pcie.o \
xgi_fence.o
-mmfs-objs := mmfs_drv.o
ifeq ($(CONFIG_COMPAT),y)
drm-objs += drm_ioc32.o
@@ -53,7 +52,7 @@ nouveau-objs += nouveau_ioc32.o
xgi-objs += xgi_ioc32.o
endif
-obj-m += drm.o mmfs.o
+obj-m += drm.o
obj-$(CONFIG_DRM_TDFX) += tdfx.o
obj-$(CONFIG_DRM_R128) += r128.o
obj-$(CONFIG_DRM_RADEON)+= radeon.o