]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 26 Feb 2021 06:36:15 +0000 (15:36 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 28 Feb 2021 06:22:02 +0000 (15:22 +0900)
commit9493fcccc399e312d18d4ccb6a6344b989bff082
tree4bfe84e779b9ca035353f17c7e7486372a4c47fd
parent339cd89be3e37afa40d941da9ef8785b83005a0d
kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh

Commit 15a82daf00db ("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: 15a82daf00db ("kbuild: split adjust_autoksyms.sh in two parts")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/adjust_autoksyms.sh