Skip to content
Commit 48f6e3cf authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: do not drop -I without parameter



The comment line for addtree says "skip if -I has no parameter".

What it actually does is "drop if -I has no parameter".  For example,
if you have the compiler flag '-I foo' (a space between), it will be
converted to 'foo'.  This completely changes the meaning.

What we want is, "do nothing" for -I without parameter so that
'-I foo' is kept as-is.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 00e0793f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment