Vincent Vanackere <[EMAIL PROTECTED]> wrote:
>
> I have the exact same problem. 
>  .config is attached
>  (this may be a debian specific problem as I'm running debian too)

OK, there are no vmlinux references to lib/parser.o's symbols.  So it isn't
getting linked in.

In lib/Makefile, remove parser.o from the lib-y: rule and add

obj-y   += parser.o


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to