lkml.org 
[lkml]   [2001]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.4.10-ac3: fs/cramfs/Makefile
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)
\
 
 \ /
  Last update: 2005-03-22 13:03    [W:0.046 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site