mirror of https://gitee.com/openkylin/linux.git
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:
parent
799c434154
commit
42317ea79d
|
@ -13,7 +13,6 @@ VDSO32-$(CONFIG_COMPAT) := y
|
||||||
|
|
||||||
obj-y += vdso.o vdso-syms.o
|
obj-y += vdso.o vdso-syms.o
|
||||||
obj-$(VDSO32-y) += vdso32.o
|
obj-$(VDSO32-y) += vdso32.o
|
||||||
extra-y += vdso.lds
|
|
||||||
CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
|
CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
|
||||||
|
|
||||||
# vDSO code runs in userspace and -pg doesn't help with profiling anyway.
|
# vDSO code runs in userspace and -pg doesn't help with profiling anyway.
|
||||||
|
|
Loading…
Reference in New Issue