diff options
author | Eric Anholt <eric@anholt.net> | 2008-04-29 13:47:12 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-04-29 13:48:51 -0700 |
commit | 81ba8ded7e01b21e600069977e496017c8966d66 (patch) | |
tree | ee975eee73376e9f96a3c6ef32717ea627f7efa9 /linux-core/Makefile | |
parent | 3148c1636408cc422ab83c149a8963916dd376b0 (diff) |
Remove the remainder of the mmfs device.
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r-- | linux-core/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index f2d44642..3af6f370 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -58,7 +58,7 @@ endif # Modules for all architectures MODULE_LIST := drm.o tdfx.o r128.o radeon.o mga.o sis.o savage.o via.o \ - mach64.o nv.o nouveau.o xgi.o mmfs.o + mach64.o nv.o nouveau.o xgi.o # Modules only for ix86 architectures ifneq (,$(findstring 86,$(MACHINE))) @@ -92,7 +92,6 @@ NVHEADERS = nv_drv.h $(DRMHEADERS) FFBHEADERS = ffb_drv.h $(DRMHEADERS) NOUVEAUHEADERS = nouveau_drv.h nouveau_drm.h nouveau_reg.h $(DRMHEADERS) XGIHEADERS = xgi_cmdlist.h xgi_drv.h xgi_misc.h xgi_regs.h $(DRMHEADERS) -MMFSHEADERS = mmfs.h mmfs_priv.h PROGS = dristat drmstat |