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

From: Frank Davis (fdavis@si.rr.com)
Date: Tue Oct 02 2001 - 17:14:38 EST


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


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

-
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 : Sun Oct 07 2001 - 21:00:24 EST