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

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
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment