kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 26 Feb 2021 06:36:15 +0000 (15:36 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 28 Feb 2021 06:22:02 +0000 (15:22 +0900)
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>
scripts/adjust_autoksyms.sh

index 2b366d9..d8f6f9c 100755 (executable)
@@ -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"