summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xscripts/deps.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/deps.pl b/scripts/deps.pl
index 56c4e77..feced6e 100755
--- a/scripts/deps.pl
+++ b/scripts/deps.pl
@@ -48,2 +48,6 @@ sub makedepends ($$)
48 /^$/ && next; 48 /^$/ && next;
49 /^\($/ && next;
50 /^\)$/ && next;
51 /^on$/ && next;
52 /^!$/ && next;
49 if(defined(${$tokenpath}{"CONFIG_" . $_})){ 53 if(defined(${$tokenpath}{"CONFIG_" . $_})){
@@ -51,3 +55,3 @@ sub makedepends ($$)
51 } else { 55 } else {
52 print STDERR "ERROR in dependency generation, unable to locate path for token CONFIG_$_\n"; 56 print STDERR "Warning: unable to locate path for token CONFIG_$_\n";
53 } 57 }