| Kernel v2.4.1-pre11 /fs/Makefile |
|---|
 2.4.1-pre11
 fs
 Makefile
diff -u --recursive --new-file v2.4.0/linux/fs/Makefile linux/fs/Makefile
--- v2.4.0/linux/fs/Makefile Fri Dec 29 14:07:23 2000
+++ linux/fs/Makefile Mon Jan 15 12:42:32 2001
@@ -58,6 +58,7 @@
subdir-$(CONFIG_AUTOFS_FS) += autofs
subdir-$(CONFIG_AUTOFS4_FS) += autofs4
subdir-$(CONFIG_ADFS_FS) += adfs
+subdir-$(CONFIG_REISERFS_FS) += reiserfs
subdir-$(CONFIG_DEVPTS_FS) += devpts
subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
|