Skip to content

Commit 12e9dea

Browse files
committed
kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh
Commit cd195bc ("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: cd195bc ("kbuild: split adjust_autoksyms.sh in two parts") Signed-off-by: Masahiro Yamada <[email protected]>
1 parent a6aaeb8 commit 12e9dea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/adjust_autoksyms.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ case "$KBUILD_VERBOSE" in
3434
;;
3535
esac
3636

37-
# We need access to CONFIG_ symbols
38-
. include/config/auto.conf
39-
4037
# Generate a new symbol list file
4138
$CONFIG_SHELL $srctree/scripts/gen_autoksyms.sh "$new_ksyms_file"
4239

0 commit comments

Comments
 (0)