commit | c9c5c23b7737e08bf1ccb2fef82c5d23894734ec | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Wed Jan 20 07:08:25 2021 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Feb 01 19:48:06 2021 +0000 |
tree | ceac026e6502aa2023829c29f87454e36b404099 | |
parent | 9aaf9bb7943be36ebde177a297ff54824961408d [diff] |
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>