From: Masahiro Yamada Date: Wed, 20 Jan 2021 06:08:25 +0000 (+0100) Subject: ARM: 9051/1: vdso: remove unneded extra-y addition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c9c5c23b7737e08bf1ccb2fef82c5d23894734ec;p=linux.git 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 Signed-off-by: Russell King --- diff --git a/arch/arm/vdso/Makefile b/arch/arm/vdso/Makefile index b558bee0e1f6b..7c9e395b77f7c 100644 --- a/arch/arm/vdso/Makefile +++ b/arch/arm/vdso/Makefile @@ -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