From: Yann E. MORIN Date: Fri, 19 Oct 2012 23:06:25 +0000 (+0200) Subject: kconfig: get CONFIG_ prefix from the environment X-Git-Tag: v3.9-rc1~49^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a926d4354d84e424e738a6d401328340400331b;p=pandora-kernel.git kconfig: get CONFIG_ prefix from the environment Currently, the CONFIG_ prefix is hard-coded in the kconfig frontends executables. This means that two projects that use kconfig with different prefixes can not share the same kconfig frontends. Instead of hard-coding the prefix in the frontends, get it from the environment, and revert back to hard-coded value if not found. Signed-off-by: "Yann E. MORIN" Signed-off-by: Michal Marek --- Reading git-diff-tree failed