]> www.infradead.org Git - users/hch/configfs.git/commit
kbuild: remove recent dependency on "truncate" program
authorTony Battersby <tonyb@cybernetics.com>
Thu, 29 Aug 2024 13:51:25 +0000 (09:51 -0400)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 Sep 2024 08:24:08 +0000 (17:24 +0900)
commitdde60e7d103bf6cf820b2c4c4bb5658bad1759a9
tree4207df70bb83b541bcd6c1c8e7fb5e13bb33d2bf
parent4929f5b95f6b20ae10f2c409fb2ca58253e73706
kbuild: remove recent dependency on "truncate" program

Remove the recently-added dependency on the truncate program for
building the kernel. truncate is not available when building the kernel
under Yocto. It could be added, but it would be better just to avoid
the unnecessary dependency.

Fixes: 1472464c6248 ("kbuild: avoid scripts/kallsyms parsing /dev/null")
Signed-off-by: Tony Battersby <tonyb@cybernetics.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/link-vmlinux.sh