* New CRC32 fails to build (with JFFS2 builtin)
@ 2002-01-15 22:02 Russell King
0 siblings, 0 replies; only message in thread
From: Russell King @ 2002-01-15 22:02 UTC (permalink / raw)
To: linux-kernel; +Cc: Linus Torvalds
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-01-15 22:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-15 22:02 New CRC32 fails to build (with JFFS2 builtin) Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox