-rwxr-xr-x | scripts/deps.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deps.pl b/scripts/deps.pl index feced6e..a219e36 100755 --- a/scripts/deps.pl +++ b/scripts/deps.pl | |||
@@ -53,7 +53,7 @@ sub makedepends ($$) | |||
53 | if(defined(${$tokenpath}{"CONFIG_" . $_})){ | 53 | if(defined(${$tokenpath}{"CONFIG_" . $_})){ |
54 | print '$(if $(CONFIG_' . $_ . '),' . ${$tokenpath}{"CONFIG_" . $_} . ') '; | 54 | print '$(if $(CONFIG_' . $_ . '),' . ${$tokenpath}{"CONFIG_" . $_} . ') '; |
55 | } else { | 55 | } else { |
56 | print STDERR "Warning: unable to locate path for token CONFIG_$_\n"; | 56 | # print STDERR "Warning: unable to locate path for token CONFIG_$_\n"; |
57 | } | 57 | } |
58 | } | 58 | } |
59 | print "\n"; | 59 | print "\n"; |