aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-02-26 15:36:15 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2021-02-28 15:22:02 +0900
commit12e9dea6c9766c7403417d00193940cea33ee81a (patch)
tree4bfe84e779b9ca035353f17c7e7486372a4c47fd
parentkbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO (diff)
downloadlinux-dev-12e9dea6c9766c7403417d00193940cea33ee81a.tar.xz
linux-dev-12e9dea6c9766c7403417d00193940cea33ee81a.zip
kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh
Commit cd195bc4775a ("kbuild: split adjust_autoksyms.sh in two parts") split out the code that needs include/config/auto.conf. This script no longer needs to include include/config/auto.conf. Fixes: cd195bc4775a ("kbuild: split adjust_autoksyms.sh in two parts") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
-rwxr-xr-xscripts/adjust_autoksyms.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/adjust_autoksyms.sh b/scripts/adjust_autoksyms.sh
index 2b366d945ccb..d8f6f9c63043 100755
--- a/scripts/adjust_autoksyms.sh
+++ b/scripts/adjust_autoksyms.sh
@@ -34,9 +34,6 @@ case "$KBUILD_VERBOSE" in
;;
esac
-# We need access to CONFIG_ symbols
-. include/config/auto.conf
-
# Generate a new symbol list file
$CONFIG_SHELL $srctree/scripts/gen_autoksyms.sh "$new_ksyms_file"