]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: Fix make O=<dir> local{mod,yes}config
authorSteven Rostedt <srostedt@redhat.com>
Fri, 20 Nov 2009 14:21:12 +0000 (09:21 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 20 Nov 2009 14:45:55 +0000 (09:45 -0500)
commit2e040214890dbe557cf55b7892c865c3ef9d6082
tree5fb5b03c2350c514a6516a45a0fbd63cc9a76fe4
parent2a235ee7dfea3dc8a87fe1f0574923c6848995a8
kconfig: Fix make O=<dir> local{mod,yes}config

When the output directory is something other than the kernel source,
the streamline_config script gets confused. This patch passes in the
source directory to the script so that it can find the proper files.

Reported-by: Peter Zijlstra <peterz@infradead.org>
Tested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/kconfig/Makefile
scripts/kconfig/streamline_config.pl