kbuild: merge vmlinux_link() between the ordinary link and Clang LTO
When Clang LTO is enabled, vmlinux_link() reuses vmlinux.o instead of
re-linking ${KBUILD_VMLINUX_OBJS} and ${KBUILD_VMLINUX_LIBS}.
That is the only difference here, so merge the similar code.
Signed-off-by:
Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by:
Kees Cook <keescook@chromium.org>
Loading
Please sign in to comment