mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
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. Fixes:cd195bc477
("kbuild: split adjust_autoksyms.sh in two parts") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
a6aaeb8411
commit
12e9dea6c9
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue