diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-30 17:59:00 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-31 17:09:49 +0200 |
commit | cb4819934a7f9b87876f11ed05b8624c0114551b (patch) | |
tree | a7e76452017edce2a4829fa6c116b64d82aaa140 /.clang-format | |
parent | kbuild: modpost: include .*.cmd files only when targets exist (diff) | |
download | linux-cb4819934a7f9b87876f11ed05b8624c0114551b.tar.xz linux-cb4819934a7f9b87876f11ed05b8624c0114551b.zip |
kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
KBUILD_EXTRA_SYMBOLS makes sense only when building external modules.
Moreover, the modpost sets 'external_module' if the -e option is given.
I replaced $(patsubst %, -e %,...) with simpler $(addprefix -e,...)
while I was here.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions