lkml.org 
[lkml]   [2002]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectNew CRC32 fails to build (with JFFS2 builtin)
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/

\
 
 \ /
  Last update: 2005-03-22 13:18    [W:0.028 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site