]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 17 Jan 2021 11:16:31 +0000 (20:16 +0900)
committerRich Felker <dalias@libc.org>
Tue, 23 Feb 2021 22:06:44 +0000 (17:06 -0500)
commit97709ef0221729c91a175f76ae3d11c8e31c48fa
treeb0fe4f1da3bdd61ddd43dde92a48890dd266d929
parente2163ce7002b6fdfed7079c4dedfd248bd95159e
sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y

You do not need to build all of vmlinux.bin*

They are built on demand as prerequsites of uImage.bin*, hence should
be added to targets instead of extra-y.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Tested-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/boot/Makefile