efi/libstub: use 'targets' instead of extra-y in Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 2 Jun 2025 18:11:41 +0000 (03:11 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 5 Jun 2025 20:42:49 +0000 (05:42 +0900)
commit481d5c31e14347aef33ab715f79831873a60c6e2
tree2065993d7be0e404edf11e4b32a851efed31083f
parent8c21c4111128365f81a88573eeb2844fa696b299
efi/libstub: use 'targets' instead of extra-y in Makefile

These objects are built as prerequisites of %.stub.o files.
There is no need to use extra-y, which is planned for deprecation.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
drivers/firmware/efi/libstub/Makefile