mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 09:13:06 +00:00
vmtest: kbuild: add scripts/check-local-export to module build files
Linux kernel commit 31cb50b5590f ("kbuild: check static EXPORT_SYMBOL* by script instead of modpost") (in v5.19-rc1) added this script to the build process, and the latest vmtest kernel build failed without it. Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
ebfcabd5a8
commit
a000eed8f4
@ -312,6 +312,7 @@ class KBuild:
|
||||
"scripts/Kbuild.include",
|
||||
"scripts/Makefile*",
|
||||
"scripts/basic/fixdep",
|
||||
"scripts/check-local-export",
|
||||
"scripts/gcc-goto.sh",
|
||||
"scripts/gcc-version.sh",
|
||||
"scripts/mod/modpost",
|
||||
|
Loading…
Reference in New Issue
Block a user