tile: remove unneeded extra-y in Makefile

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

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2017-06-30 01:03:32 +09:00
parent 799c434154
commit 42317ea79d
1 changed files with 0 additions and 1 deletions

View File

@ -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.