[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070320.202621.74740974.davem@davemloft.net>
Date: Tue, 20 Mar 2007 20:26:21 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: randy.dunlap@...cle.com
Cc: linux-kernel@...r.kernel.org, linux-raid@...r.kernel.org
Subject: Re: BLK_DEV_MD with CONFIG_NET
From: Randy Dunlap <randy.dunlap@...cle.com>
Date: Tue, 20 Mar 2007 20:05:38 -0700
> Build a kernel with CONFIG_NET-n and CONFIG_BLK_DEV_MD=m.
> Unless csum_partial() is built and kept by some arch Makefile,
> the result is:
> ERROR: "csum_partial" [drivers/md/md-mod.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
>
>
> Any suggested solutions?
Anything which is every exported to modules, which ought to
be the situation in this case, should be obj-y not lib-y
right?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists