aboutsummaryrefslogtreecommitdiff
path: root/scripts/adjust_autoksyms.sh
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <masahiroy@kernel.org> 2021-08-28 18:51:01 +0900
committerGravatar Masahiro Yamada <masahiroy@kernel.org> 2021-09-03 08:17:21 +0900
commit44815c90210cd858c4a116c3eb35270160cecf81 (patch)
tree602e1b5473b3afb2fbb0a6855da104482c7f361d /scripts/adjust_autoksyms.sh
parentmodpost: get the *.mod file path more simply (diff)
downloadlinux-44815c90210cd858c4a116c3eb35270160cecf81.tar.gz
linux-44815c90210cd858c4a116c3eb35270160cecf81.tar.bz2
linux-44815c90210cd858c4a116c3eb35270160cecf81.zip
kbuild: clean up objtool_args slightly
The code: $(if $(or $(CONFIG_GCOV_KERNEL),$(CONFIG_LTO_CLANG)), ...) ... can be simpled to: $(if $(CONFIG_GCOV_KERNEL)$(CONFIG_LTO_CLANG), ...) Also, remove meaningless commas at the end of $(if ...). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/adjust_autoksyms.sh')
0 files changed, 0 insertions, 0 deletions