]> www.infradead.org Git - linux-platform-drivers-x86.git/commitdiff
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)
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

index b558bee0e1f6b9e4fa89700e26698ceecf7455eb..7c9e395b77f7cbbab8f72960c79add9f50257b29 100644 (file)
@@ -23,7 +23,6 @@ ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
            -T
 
 obj-$(CONFIG_VDSO) += vdso.o
-extra-$(CONFIG_VDSO) += vdso.lds
 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
 
 CFLAGS_REMOVE_vdso.o = -pg