Skip to content
Commit 1f50b80a authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external module



The external module building does not need to parse this code because
KBUILD_MODULES is always set anyway.

Move this code inside the "ifeq ($(KBUILD_EXTMOD),) ... endif" block.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarNicolas Pitre <nico@linaro.org>
parent 07a422bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment