Hi Vinod,

On Tue, 2010-10-19 at 07:14 +0200, ext Koul, Vinod wrote:
> Arjan,
> 
> What is difference between config files in kernel tree and those in configs/ 
> folder.
> 
> Looks like the configs/kernel-mid.config builds well, but not config-mid
> 
> ~Vinod

Check Makefile.config in kernel source.

kernel-mid.config: config-mid config-generic
        perl merge.pl $^  > $@

config-mid contains only mid specific configuration bits.
When you execute "make -f Makefile.config", it creates kernel-mid.config
as seen from above code, which contains all the config items required
for compiling mid kernel.

Cheers,
Ameya.


_______________________________________________
Meego-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel

Reply via email to