diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-17 09:10:03 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-28 09:11:17 +0900 |
commit | dee9495303f2c6d63a20c43a26420765909898eb (patch) | |
tree | 743ef93dc34e18f12cd67d7379979ee4651e6c96 /Makefile | |
parent | 58156ba4468f1d0de166a4330374bc9df9b74efc (diff) | |
download | linux-dee9495303f2c6d63a20c43a26420765909898eb.tar.bz2 |
kbuild: remove top-level built-in.a
The symbol table in the final archive is unneeded; the linker does not
require the symbol table after the --whole-archive option. Every object
file in the archive is included in the link anyway.
Pass thin archives from subdirectories directly to the linker, and
remove the final archiving step.
Fix up the document and comments as well.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions