[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Missing modpost when trying to compile kernel module on 2.6.15
- From: Flavio Stanchina <flavio at stanchina dot net>
- Date: Sat, 18 Mar 2006 20:17:10 +0100
Jakub Ružička wrote:
I configure kernel sources with make-kpkg(I
wonder how to do it so default values from .config would be used
without asking me on each option), [...]
Use "make oldconfig".
Or, with make-kpkg, use "--config old"; that's how it's explained on my page.
Everything seems ok but compilation fails because it can't
find scripts/mod/modpost. Modpost source is here so I guess it is
just not compiled... If is it so, how can I compile modpost without
compiling whole kernel?
Just stop the compilation as soon as modpost gets compiled.
Also, "make scripts/mod/" might work, but I didn't try.
--
Ciao, Flavio