[PATCH] 2.4.10-ac3: fs/cramfs/Makefile

Frank Davis (fdavis@si.rr.com)
Tue, 02 Oct 2001 18:14:38 -0400


This is a multi-part message in MIME format.
--------------080505090700010300000206
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hello,
The attached patch against 2.4.10-ac3 addresses the following issue
since 2.4.9-ac17:

depmod: *** Unresolved symbols in
/lib/modules/2.4.9-ac17/kernel/fs/cramfs/cramfs/cramfs.o
depmod: zlib_fs_inflateInit_
depmod: zlib_fs_inflateEnd
depmod: zlib_fs_inflate_workspacesize
depmod: zlib_fs_inflate
depmod: zlib_fs_inflateReset

Regards,
Frank

--------------080505090700010300000206
Content-Type: text/plain;
name="CRAMFS"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="CRAMFS"

--- fs/cramfs/Makefile.old Tue Oct 2 17:44:56 2001
+++ fs/cramfs/Makefile Tue Oct 2 17:46:51 2001
@@ -4,7 +4,7 @@

O_TARGET := cramfs.o

-obj-y := inode.o uncompress.o
+obj-y := inode.o uncompress.o ../inflate_fs/inflate_fs.o

obj-m := $(O_TARGET)

--------------080505090700010300000206--

-
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/