Skip to content

Commit

Permalink
kbuild: fix option processing for -I in headerdep
Browse files Browse the repository at this point in the history
-I takes an argument.  Without this change only a 1 is added to
@opt_include which is not helpful.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Vegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
  • Loading branch information
Uwe Kleine-König authored and Sam Ravnborg committed Apr 11, 2009
1 parent d848223 commit 79ff807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/headerdep.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
version => \&version,

all => \$opt_all,
I => \@opt_include,
"I=s" => \@opt_include,
graph => \$opt_graph,
);

Expand Down

0 comments on commit 79ff807

Please sign in to comment.