Update of /cvsroot/linux-mips/linux/fs
In directory usw-pr-cvs1:/tmp/cvs-serv17985/fs
Modified Files:
Makefile
Log Message:
Removal of files duplicated in Linus tree.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/fs/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile 2001/11/06 09:10:22 1.5
+++ Makefile 2001/11/06 20:23:55 1.6
@@ -53,7 +53,7 @@
subdir-$(CONFIG_UFS_FS) += ufs
subdir-$(CONFIG_EFS_FS) += efs
subdir-$(CONFIG_JFFS_FS) += jffs
-subdir-$(CONFIG_JFFS2_FS) += jffs2
+subdir-$(CONFIG_JFFS2_FS) += jffs2
subdir-$(CONFIG_AFFS_FS) += affs
subdir-$(CONFIG_ROMFS_FS) += romfs
subdir-$(CONFIG_QNX4FS_FS) += qnx4
|