• Masahiro Yamada's avatar
    kbuild: do not drop -I without parameter · 48f6e3cf
    Masahiro Yamada authored
    
    
    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>
    48f6e3cf