diff options
author | Masahiro Yamada | 2023-07-16 19:15:54 +0900 |
---|---|---|
committer | Masahiro Yamada | 2023-07-25 00:59:32 +0900 |
commit | 481461f5109919babbb393d6f68002936b8e2493 (patch) | |
tree | 59d664cb3b322dc16e7e8235d64f3ff30d17da35 /scripts/kconfig | |
parent | c40e60f00caf18bc382215c79651777eb40f5f9d (diff) |
linux/export.h: make <linux/export.h> independent of CONFIG_MODULES
Currently, all files with EXPORT_SYMBOL() are rebuilt when CONFIG_MODULES
is flipped due to <linux/export.h> depending on CONFIG_MODULES.
Now that modpost can make a final decision about export symbols,
<linux/export.h> does not need to make EXPORT_SYMBOL() no-op.
Instead, modpost can skip emitting KSYMTAB when CONFIG_MODULES is unset.
This commit will reduce the number of recompilation when CONFIG_MODULES
is toggled.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig')
0 files changed, 0 insertions, 0 deletions