arch: decompressor: remove useless vmlinux.bin.all-y
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 9 Jan 2022 18:15:28 +0000 (03:15 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 13 Jan 2022 17:55:44 +0000 (02:55 +0900)
commit53e7b5dfb752399cd903ecb6e921dcaef57c8ea5
tree999e512c0b2339f82f6a8b268f9c12f404268da7
parent7ce7e984ab2b218d6e92d5165629022fe2daf9ee
arch: decompressor: remove useless vmlinux.bin.all-y

Presumably, arch/{parisc,s390,sh}/boot/compressed/Makefile copied
arch/x86/boot/compressed/Makefile, but vmlinux.bin.all-y is useless
here because it is the same as $(obj)/vmlinux.bin.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
arch/parisc/boot/compressed/Makefile
arch/s390/boot/compressed/Makefile
arch/sh/boot/compressed/Makefile