From: Michael Grzeschik Date: Tue, 8 Jan 2013 18:05:26 +0000 (+0100) Subject: scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIG X-Git-Tag: v3.9-rc1~51^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b25b47e0f4ebf3d37ace065c3847230ebdd27d;p=pandora-kernel.git scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIG 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 Grzeschik Signed-off-by: Michal Marek --- Reading git-diff-tree failed