| commit | 463bf9000750e08a85ee0b40da3266aae8a54ba2 | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt <srostedt@redhat.com> | Fri Nov 20 09:21:12 2009 -0500 |
| committer | Steven Rostedt <rostedt@goodmis.org> | Fri Nov 20 09:45:55 2009 -0500 |
| tree | 5fb5b03c2350c514a6516a45a0fbd63cc9a76fe4 | |
| parent | 648f4e3e50c4793d9dbf9a09afa193631f76fa26 [diff] |
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>