public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.10-ac3: fs/cramfs/Makefile
@ 2001-10-02 22:14 Frank Davis
  2001-10-02 22:33 ` Alan Cox
  2001-10-03  4:05 ` Keith Owens
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Davis @ 2001-10-02 22:14 UTC (permalink / raw)
  To: alan; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

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

[-- Attachment #2: CRAMFS --]
[-- Type: text/plain, Size: 259 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-10-03  4:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-02 22:14 [PATCH] 2.4.10-ac3: fs/cramfs/Makefile Frank Davis
2001-10-02 22:33 ` Alan Cox
2001-10-03  4:05 ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox