New CRC32 fails to build (with JFFS2 builtin)

From: Russell King (rmk@arm.linux.org.uk)
Date: Tue Jan 15 2002 - 17:02:08 EST


It appears that crc32.o is not built when JFFS2 is built into the kernel.
The following patch fixes this problem.

Please apply.

--- orig/fs/Makefile.lib Tue Jan 15 14:16:23 2002
+++ linux/fs/Makefile.lib Tue Jan 15 21:56:40 2002
@@ -1,2 +1,2 @@
-obj-$(CONFIG_FS_JFFS2) += crc32.o
+obj-$(CONFIG_JFFS2_FS) += crc32.o
 obj-$(CONFIG_EFI_PARTITION) += crc32.o

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 15 2002 - 21:00:53 EST