Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199421
b: refs/heads/master
c: 1743192
h: refs/heads/master
i:
  199419: 89ca055
v: v3
  • Loading branch information
Toralf Förster authored and Steven Rostedt committed May 28, 2010
1 parent 8b6e7bb commit 81fea87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d1d1feafd5d42e9e1312d42973e661582e51704
refs/heads/master: 17431928194b36a0f88082df875e2e036da7fddf
5 changes: 3 additions & 2 deletions trunk/scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ sub find_config {
my $kconfig = $ARGV[1];
my $lsmod_file = $ARGV[2];

my @makefiles = `find $ksource -name Makefile`;
my @makefiles = `find $ksource -name Makefile 2>/dev/null`;
chomp @makefiles;

my %depends;
my %selects;
my %prompts;
Expand Down Expand Up @@ -215,7 +217,6 @@ sub read_kconfig {

# Read all Makefiles to map the configs to the objects
foreach my $makefile (@makefiles) {
chomp $makefile;

open(MIN,$makefile) || die "Can't open $makefile";
while (<MIN>) {
Expand Down

0 comments on commit 81fea87

Please sign in to comment.