summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-02-05 16:33:37 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-03-14 02:39:10 +0900
commit898f5a009f226fbaee0ff9ea58b919a31f627d1e (patch)
tree38bf96460fdae43067d057cd27ecb37dbd403eb5 /arch
parent46c7dd56d54133e3fb9414844d90e563627f3feb (diff)
downloadlinux-0-day-898f5a009f226fbaee0ff9ea58b919a31f627d1e.tar.gz
linux-0-day-898f5a009f226fbaee0ff9ea58b919a31f627d1e.tar.xz
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/s390/boot/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/boot/Makefile b/arch/s390/boot/Makefile
index 11ca8795b74a0..c844eaf24ed73 100644
--- a/arch/s390/boot/Makefile
+++ b/arch/s390/boot/Makefile
@@ -57,9 +57,6 @@ $(obj)/section_cmp%: vmlinux $(obj)/compressed/vmlinux FORCE
$(obj)/compressed/vmlinux: $(obj)/startup.a FORCE
$(Q)$(MAKE) $(build)=$(obj)/compressed $@
-quiet_cmd_ar = AR $@
- cmd_ar = rm -f $@; $(AR) rcsTP$(KBUILD_ARFLAGS) $@ $(real-prereqs)
-
$(obj)/startup.a: $(OBJECTS) FORCE
$(call if_changed,ar)