kbuild: move $(strip ) to suffix-search definition
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 6 Mar 2021 06:11:21 +0000 (15:11 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 24 Apr 2021 20:12:42 +0000 (05:12 +0900)
commita34e6d1e4a49035203819425694349caa004992a
tree6aa361a4f7cc79e8fd40bb51b0e373d92e9677ac
parenta6601e01cd54838fc01e3c355476f67e7c887a67
kbuild: move $(strip ) to suffix-search definition

Move $(strip ...) to the callee from the callers of suffix-search. It
shortens the code slightly. Adding a space after a comma will not be
a matter. I also dropped parentheses from single character variables.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.lib