]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: clang: fix build failures with sparse check
authorDavid Lin <dtwlin@google.com>
Fri, 20 Oct 2017 21:09:13 +0000 (14:09 -0700)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 24 Oct 2017 01:12:02 +0000 (10:12 +0900)
commit1fa1326cb811f56873227f9f005a98180f6eb962
tree377a2013eb42005a876302cf3f4012ebe5b29074
parent5f8fd303528d4184a6c2f5c1460ecfc0ea487b1f
kbuild: clang: fix build failures with sparse check

We should avoid using the space character when passing arguments to
clang, because static code analysis check tool such as sparse may
misinterpret the arguments followed by spaces as build targets hence
cause the build to fail.

Signed-off-by: David Lin <dtwlin@google.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile