mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
UPSTREAM: kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh
Commitcd195bc477("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:cd195bc477("kbuild: split adjust_autoksyms.sh in two parts") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> (cherry picked from commit12e9dea6c9) Signed-off-by: Lee Jones <joneslee@google.com> Change-Id: I1c2cb44a3266e935f1c23cf8c4edd90ca1a05a0f
This commit is contained in:
committed by
Treehugger Robot
parent
b9a8323fde
commit
252e42f395
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user