Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04759568 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Connor O'Brien
Browse files

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.

Fixes: cd195bc4775a ("kbuild: split adjust_autoksyms.sh in two parts")
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
(cherry picked from commit 12e9dea6c9766c7403417d00193940cea33ee81a)
Bug: 187129171
Signed-off-by: default avatarConnor O'Brien <connoro@google.com>
Change-Id: I0781bd0198e4a3c8215830f4100ff1371e2d3e82
parent 24797c44
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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"