Re: [PATCH] scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIG

2013-02-22 Thread Michal Marek
On Tue, Jan 08, 2013 at 07:05:26PM +0100, Michael Grzeschik wrote: > Its possible to superseed the config file with KCONFIG_CONFIG and have > completely no .config in the tree. The current script is sourcing > .config in every case, so the kernel will never build succesfully. This > patch fixes tha

[PATCH] scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIG

2013-01-08 Thread Michael Grzeschik
Its possible to superseed the config file with KCONFIG_CONFIG and have completely no .config in the tree. The current script is sourcing .config in every case, so the kernel will never build succesfully. This patch fixes that issue by sourcing KCONFIG_CONFIG instead. Signed-off-by: Michael Grzesch