Re: [PATCH] kbuild: Disable depmod in cross-compile kernel build

2007-10-18 Thread Sam Ravnborg
On Thu, Oct 18, 2007 at 11:01:57AM -0700, Deepak Saxena wrote: > > When building embedded systems in a cross-compile environment and > populating a target's file system image, we don't want to run the > depmod on the host as we may be building for a completely different > architecture. Since ther

[PATCH] kbuild: Disable depmod in cross-compile kernel build

2007-10-18 Thread Deepak Saxena
When building embedded systems in a cross-compile environment and populating a target's file system image, we don't want to run the depmod on the host as we may be building for a completely different architecture. Since there's no such thing as a cross-depmod, we just disable running depmod in th