Cc: Matt Mackall <mpm@...>, Jeremy Fitzhardinge <jeremy@...>, David Rientjes <rientjes@...>, Andrew Morton <akpm@...>, lkml - Kernel Mailing List <linux-kernel@...>
On Tue, Jul 10, 2007 at 12:06:35PM +1000, Rusty Russell wrote:
I think you had some additional change somewhere...
kbuild will only look for lib.a files (produced from all files
listed with lib-y _except_ files listed with obj-y too).
kbuild by default know about lib/ but almost all archs
add the directory: arch/$(ARCH)/lib but no-one
add mm/.
See assignment to libs-y.
Add see the bad documentation in Documentation/kbuild/makefiles.txt
Sam
-