]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: move archive command to scripts/Makefile.lib
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 5 Feb 2019 07:33:37 +0000 (16:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 13 Mar 2019 17:39:10 +0000 (02:39 +0900)
commitff76301defad7a4d9dbf8c4f35bde426cb55f688
tree38bf96460fdae43067d057cd27ecb37dbd403eb5
parentbcaf06b1d9ab21fc8b72ea99bb3b9fe07ecfee6e
kbuild: move archive command to scripts/Makefile.lib

scripts/Makefile.build and arch/s390/boot/Makefile use the same
command (thin archiving with symbol table creation).

Avoid the code duplication, and move it to scripts/Makefile.lib.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/s390/boot/Makefile
scripts/Makefile.build
scripts/Makefile.lib