diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-30 01:03:32 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-30 09:03:05 +0900 |
commit | 42317ea79d9af0a83b6cfdfe43c27a91d468bfb1 (patch) | |
tree | 3f7412b80a1444c907d441132f90b9cc71b3b53d /arch/tile | |
parent | 799c43415442414b1032580c47684cb709dfed6d (diff) | |
download | linux-42317ea79d9af0a83b6cfdfe43c27a91d468bfb1.tar.bz2 |
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>
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/kernel/vdso/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/tile/kernel/vdso/Makefile b/arch/tile/kernel/vdso/Makefile index 0603ce6f047c..71d5f5d71f79 100644 --- a/arch/tile/kernel/vdso/Makefile +++ b/arch/tile/kernel/vdso/Makefile @@ -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. |