aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package/builddeb
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-09-25 00:45:46 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-10-09 23:57:30 +0900
commit08beb669cb3f11ff5e05055bcab5e29385e69f98 (patch)
tree870bf0c04f67a3fc6028e843624926d985f4de88 /scripts/package/builddeb
parentkbuild: explicitly specify the build id style (diff)
downloadlinux-dev-08beb669cb3f11ff5e05055bcab5e29385e69f98.tar.xz
linux-dev-08beb669cb3f11ff5e05055bcab5e29385e69f98.zip
kbuild: split the build log of kallsyms
Currently, the build log shows KSYM + object name. Precisely speaking, kallsyms generates a .S file and then the compiler compiles it into a .o file. Split the build log into two. [Before] GEN modules.builtin LD .tmp_vmlinux.kallsyms1 KSYM .tmp_vmlinux.kallsyms1.o LD .tmp_vmlinux.kallsyms2 KSYM .tmp_vmlinux.kallsyms2.o LD vmlinux [After] GEN modules.builtin LD .tmp_vmlinux.kallsyms1 KSYMS .tmp_vmlinux.kallsyms1.S AS .tmp_vmlinux.kallsyms1.o LD .tmp_vmlinux.kallsyms2 KSYMS .tmp_vmlinux.kallsyms2.S AS .tmp_vmlinux.kallsyms2.o LD vmlinux Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/package/builddeb')
0 files changed, 0 insertions, 0 deletions