diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-08-18 03:39:47 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-08-18 03:39:47 -0400 |
commit | a5dd19249607474ed680f16b4f5e8477d2b68689 (patch) | |
tree | 1aeeef053773c07bc02f3aa637febc80ceb96732 /scripts | |
parent | 6b7e26547fad7ace3dcb27a5babd2317fb9d1e12 (diff) | |
parent | 512255a2ad2c832ca7d4de9f31245f73781922d0 (diff) |
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Conflicts:
arch/x86/entry/entry_64_compat.S
arch/x86/math-emu/get_address.c
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kconfig/streamline_config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index 9cb8522d8d22..f3d3fb42b873 100755 --- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl | |||
@@ -137,7 +137,7 @@ my $ksource = ($ARGV[0] ? $ARGV[0] : '.'); | |||
137 | my $kconfig = $ARGV[1]; | 137 | my $kconfig = $ARGV[1]; |
138 | my $lsmod_file = $ENV{'LSMOD'}; | 138 | my $lsmod_file = $ENV{'LSMOD'}; |
139 | 139 | ||
140 | my @makefiles = `find $ksource -name Makefile 2>/dev/null`; | 140 | my @makefiles = `find $ksource -name Makefile -or -name Kbuild 2>/dev/null`; |
141 | chomp @makefiles; | 141 | chomp @makefiles; |
142 | 142 | ||
143 | my %depends; | 143 | my %depends; |