]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit81d01d35b14fe545e87d5b81ced2df6f01c6ca09
tree6aa361a4f7cc79e8fd40bb51b0e373d92e9677ac
parent1915a7dba095c40ae32316f64f107322929fc28f
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