On Thu, Sep 20, 2007 at 07:44:49AM +0200, Ph. Marek wrote:
When building a kernel you can specify an other output directory
so you do not mix up your source tree with generated files.
To do so do like this:
Prepare the stuff:
mkdir ~/kernel
cp .config ~/kernel
make mrproper
And then build the kernel:
make O=~/kernel
Sam
-