vmtest.kbuild: add scripts/ld-version.sh to packages

Before Linux kernel commit 05f6bbf2d714 ("kbuild: remove ld-version
macro") (in v5.12), ppc64 module builds require it.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
Omar Sandoval 2023-02-16 02:00:23 -08:00
parent 2ec06cfd24
commit b4801e8f7a

View File

@ -302,6 +302,7 @@ class KBuild:
"scripts/check-local-export",
"scripts/gcc-goto.sh",
"scripts/gcc-version.sh",
"scripts/ld-version.sh",
"scripts/mod/modpost",
"scripts/module-common.lds",
"scripts/module.lds",