]> bbs.cooldavid.org Git - net-next-2.6.git/commit
kconfig: Make localmodconfig handle environment variables
authorSteven Rostedt <srostedt@redhat.com>
Fri, 29 Oct 2010 04:56:46 +0000 (00:56 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 29 Oct 2010 05:03:42 +0000 (01:03 -0400)
commit4908980b241bc639b71ef47b727b4bc7c0174afe
tree2a45a8d05f0f8da917bcf783a0fbbd747828d467
parent18cb657ca1bafe635f368346a1676fb04c512edf
kconfig: Make localmodconfig handle environment variables

The commit 838a2e55e6a4e9e8a10451ed2ef0f7a08dabdb04
 kbuild: migrate all arch to the kconfig mainmenu upgrade

Broke make localmodconfig. The reason was that it added a
environment variable to the kconfig source, which the
streamline_config.pl could not handle.

This patch changes streamline_config.pl to handle kconfig sources
using environment variables in their names.

Cc: Arnaud Lacombe <lacombar@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/kconfig/streamline_config.pl