]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f04b3ade713255fa44923fdc94daa038ad36f7b
treeceac026e6502aa2023829c29f87454e36b404099
parent3526c33e3e59ec0a8d69ab56d896894af870c396
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