]> Git Repo - linux.git/commit - scripts/link-vmlinux.sh
kbuild: Parameterize kallsyms generation and correct reporting
authorKees Cook <[email protected]>
Tue, 13 Aug 2019 15:15:32 +0000 (08:15 -0700)
committerMasahiro Yamada <[email protected]>
Wed, 21 Aug 2019 12:05:21 +0000 (21:05 +0900)
commit8959e39272d6e625da1cd62f2e7622d79e04447d
treedaf6ef58d72544f4692be205bbda6bcaa506b51f
parentc7c0eecf894c3e353499fffd6f2ddaefc89bbd4a
kbuild: Parameterize kallsyms generation and correct reporting

When kallsyms generation happens, temporary vmlinux outputs are linked
but the quiet make output didn't report it, giving the impression that
the prior command is taking longer than expected.

Instead, report the linking step explicitly. While at it, this
consolidates the repeated "kallsyms generation step" into a single
function and removes the existing copy/pasting.

Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
scripts/link-vmlinux.sh
This page took 0.052854 seconds and 4 git commands to generate.