arm64: pi: use 'targets' instead of extra-y in Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 2 Jun 2025 18:09:35 +0000 (03:09 +0900)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 1 Jul 2025 11:44:38 +0000 (12:44 +0100)
commit6853acd39998a8aed9ac1552d0133640c02bfdfe
treee34341429aab6d422d0e627a3e717e49bd6638e8
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
arm64: pi: use 'targets' instead of extra-y in Makefile

%.pi.o 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>
Link: https://lore.kernel.org/r/20250602180937.528459-1-masahiroy@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/pi/Makefile