On 2000-10-02 Claudius Link wrote:

>With me that was a simple makefile problem
>        linux/fs/Makefile
>changed quit a bit. So you have to add the line
>       subdir-$(CONFIG_REISERFS_FS)    += reiserfs
>somewhere (for example after "subdir-$(CONFIG_JFFS_FS)  += jffs")
>then it works fine.

Right, thanks.  Here is a tested little patchlet:

diff -u linux/fs/Makefile.orig linux/fs/Makefile
--- linux/fs/Makefile.orig      Mon Oct  2 10:27:34 2000
+++ linux/fs/Makefile   Mon Oct  2 09:59:03 2000
@@ -60,6 +60,7 @@
 subdir-$(CONFIG_ADFS_FS)       += adfs
 subdir-$(CONFIG_DEVPTS_FS)     += devpts
 subdir-$(CONFIG_SUN_OPENPROMFS)        += openpromfs
+subdir-$(CONFIG_REISERFS_FS)   += reiserfs


 obj-$(CONFIG_BINFMT_AOUT)      += binfmt_aout.o


With kind regards,
        Steven Cole
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to