提交 79ff807c 编写于 作者: U Uwe Kleine-König 提交者: Sam Ravnborg

kbuild: fix option processing for -I in headerdep

-I takes an argument.  Without this change only a 1 is added to
@opt_include which is not helpful.
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: NVegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 d8482238
......@@ -19,7 +19,7 @@ my $opt_graph;
version => \&version,
all => \$opt_all,
I => \@opt_include,
"I=s" => \@opt_include,
graph => \$opt_graph,
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册