Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42317ea7 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

tile: remove unneeded extra-y in Makefile



This extra-y is unneeded because vdso.lds is generated according to
the dependency.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 799c4341
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ VDSO32-$(CONFIG_COMPAT) := y

obj-y += vdso.o vdso-syms.o
obj-$(VDSO32-y) += vdso32.o
extra-y += vdso.lds
CPPFLAGS_vdso.lds += -P -C -U$(ARCH)

# vDSO code runs in userspace and -pg doesn't help with profiling anyway.