| Kernel v2.4.11 /fs/Makefile |
|---|
 2.4.11
 fs
 Makefile
diff -u --recursive --new-file v2.4.10/linux/fs/Makefile linux/fs/Makefile
--- v2.4.10/linux/fs/Makefile Sun Sep 23 11:41:00 2001
+++ linux/fs/Makefile Thu Oct 4 15:13:18 2001
@@ -14,7 +14,7 @@
super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o \
fcntl.o ioctl.o readdir.o select.o fifo.o locks.o \
dcache.o inode.o attr.o bad_inode.o file.o iobuf.o dnotify.o \
- filesystems.o
+ filesystems.o namespace.o
ifeq ($(CONFIG_QUOTA),y)
obj-y += dquot.o
@@ -52,6 +52,7 @@
subdir-$(CONFIG_UFS_FS) += ufs
subdir-$(CONFIG_EFS_FS) += efs
subdir-$(CONFIG_JFFS_FS) += jffs
+subdir-$(CONFIG_JFFS2_FS) += jffs2
subdir-$(CONFIG_AFFS_FS) += affs
subdir-$(CONFIG_ROMFS_FS) += romfs
subdir-$(CONFIG_QNX4FS_FS) += qnx4
|