diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2017-06-09 01:24:16 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-29 20:03:05 -0400 |
commit | 827880ec260ba048f95fe646b96a205c394fa0f0 (patch) | |
tree | 6770aaf1bb2a843206447c143212f7e456d14cc2 /arch/x86/um/vdso | |
parent | d6d62a1c1e2276ee6fb4c25610dbcb39beb62240 (diff) |
x86/um: thin archives build fix
The linker does not like vdso-syms.lds in input archive files.
Make it an extra-y instead.
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: user-mode-linux-devel@lists.sourceforge.net
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/x86/um/vdso')
-rw-r--r-- | arch/x86/um/vdso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/um/vdso/Makefile b/arch/x86/um/vdso/Makefile index d72dec406ccb..329406224330 100644 --- a/arch/x86/um/vdso/Makefile +++ b/arch/x86/um/vdso/Makefile | |||
@@ -53,7 +53,7 @@ CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage | |||
53 | CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage | 53 | CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage |
54 | 54 | ||
55 | targets += vdso-syms.lds | 55 | targets += vdso-syms.lds |
56 | obj-$(VDSO64-y) += vdso-syms.lds | 56 | extra-$(VDSO64-y) += vdso-syms.lds |
57 | 57 | ||
58 | # | 58 | # |
59 | # Match symbols in the DSO that look like VDSO*; produce a file of constants. | 59 | # Match symbols in the DSO that look like VDSO*; produce a file of constants. |