Browse Source

UPSTREAM: 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.

Bug: 254441685
Fixes: cd195bc4775a ("kbuild: split adjust_autoksyms.sh in two parts")
Signed-off-by: Masahiro Yamada <[email protected]>
(cherry picked from commit 12e9dea6c9766c7403417d00193940cea33ee81a)
Signed-off-by: Lee Jones <[email protected]>
Change-Id: I54234c36e36b496bb26b2ba38b679ce3fb91e447
Masahiro Yamada 4 years ago
parent
commit
0e74b64011
1 changed files with 0 additions and 3 deletions
  1. 0 3
      scripts/adjust_autoksyms.sh

+ 0 - 3
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"