mips: boot: use 'targets' instead of extra-y in Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 8 Jun 2025 01:51:34 +0000 (10:51 +0900)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 3 Jul 2025 10:35:11 +0000 (12:35 +0200)
commitb5a1f9870f9828bd6625d6c946c66be4983d56f6
tree8f73bb65c37ee00cd283e8d32057e9a30a4c485b
parente9f4a6b3421e936c3ee9d74710243897d74dbaa2
mips: boot: use 'targets' instead of extra-y in Makefile

vmlinux.bin.* files are built as prerequisites of other objects.
There is no need to use extra-y, which is planned for deprecation.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/Makefile