New CRC32 fails to build (with JFFS2 builtin)

Russell King (rmk@arm.linux.org.uk)
Tue, 15 Jan 2002 22:02:08 +0000


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/