VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-02-26 15:25:48 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-02-28 15:19:21 +0900 commit: a6aaeb841198016083663ae56c568de4e065d090 parent: da83616bcd3fa84233f6e37e2cf8cbfa979c6927
Commit Summary:
kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/init/Kconfig b/init/Kconfig
index efdc35abccb6..22946fe5ded9 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2283,7 +2283,6 @@ config TRIM_UNUSED_KSYMS
 config UNUSED_KSYMS_WHITELIST
 	string "Whitelist of symbols to keep in ksymtab"
 	depends on TRIM_UNUSED_KSYMS
-	default "scripts/lto-used-symbollist.txt" if LTO_CLANG
 	help
 	  By default, all unused exported symbols will be un-exported from the
 	  build when TRIM_UNUSED_KSYMS is selected.