diff options
| author | Sami Tolvanen <samitolvanen@google.com> | 2025-01-03 20:45:39 +0000 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-01-11 01:25:26 +0900 |
| commit | 9c3681f9b9fd12cdbc4a542df599f1837512f3d5 (patch) | |
| tree | 23432cfc80ae8d2111ab1cff601afa5c84285732 /scripts/Makefile | |
| parent | d7476f24c9aa93d02ef3fd8d587a6114387b7667 (diff) | |
| download | lwn-9c3681f9b9fd12cdbc4a542df599f1837512f3d5.tar.gz lwn-9c3681f9b9fd12cdbc4a542df599f1837512f3d5.zip | |
kbuild: Add gendwarfksyms as an alternative to genksyms
When MODVERSIONS is enabled, allow selecting gendwarfksyms as the
implementation, but default to genksyms.
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index d7fec46d38c0..8533f4498885 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -53,7 +53,7 @@ hostprogs += unifdef targets += module.lds subdir-$(CONFIG_GCC_PLUGINS) += gcc-plugins -subdir-$(CONFIG_MODVERSIONS) += genksyms +subdir-$(CONFIG_GENKSYMS) += genksyms subdir-$(CONFIG_GENDWARFKSYMS) += gendwarfksyms subdir-$(CONFIG_SECURITY_SELINUX) += selinux subdir-$(CONFIG_SECURITY_IPE) += ipe |
