ARM: 9051/1: vdso: remove unneded extra-y addition
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 20 Jan 2021 06:08:25 +0000 (07:08 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 1 Feb 2021 19:48:06 +0000 (19:48 +0000)
commitc9c5c23b7737e08bf1ccb2fef82c5d23894734ec
treeceac026e6502aa2023829c29f87454e36b404099
parent9aaf9bb7943be36ebde177a297ff54824961408d
ARM: 9051/1: vdso: remove unneded extra-y addition

The vdso linker script is prepocessed on demand. Adding it to 'targets'
is enough, and line 13 of this Makefile does that. This extra-y addition
is unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/vdso/Makefile