Re: kbuild: kconfig source with " " or not

2007-10-20 Thread Sam Ravnborg
Hi Yinghai. On Sat, Oct 20, 2007 at 12:30:50AM -0700, Yinghai Lu wrote: > Sam, > > in Kconfig, most of source to include other kconfig has "..." > > for example: > > in arch/x86_64/Kconfig: > source "net/Kconfig" > > but some other don't > > < ./drivers/w1/Kconfig:source drivers/w1/masters/Kc

kbuild: kconfig source with " " or not

2007-10-20 Thread Yinghai Lu
Sam, in Kconfig, most of source to include other kconfig has "..." for example: in arch/x86_64/Kconfig: source "net/Kconfig" but some other don't < ./drivers/w1/Kconfig:source drivers/w1/masters/Kconfig < ./drivers/w1/Kconfig:source drivers/w1/slaves/Kconfig < ./drivers/i2c/Kconfig:source driv