]> git.ipfire.org Git - thirdparty/linux.git/commit - scripts/Makefile.lib
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)
commit898f5a009f226fbaee0ff9ea58b919a31f627d1e
tree38bf96460fdae43067d057cd27ecb37dbd403eb5
parent46c7dd56d54133e3fb9414844d90e563627f3feb
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