]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
x86/um: thin archives build fix
authorNicholas Piggin <npiggin@gmail.com>
Fri, 9 Jun 2017 05:24:16 +0000 (15:24 +1000)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 30 Jun 2017 00:03:05 +0000 (09:03 +0900)
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>
arch/x86/um/vdso/Makefile

index d72dec406ccbee1be87b64747d4d2aaaf13bc301..329406224330cd7317e5b9fc5bf46521dc93805f 100644 (file)
@@ -53,7 +53,7 @@ CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
 
 targets += vdso-syms.lds
-obj-$(VDSO64-y)                        += vdso-syms.lds
+extra-$(VDSO64-y)                      += vdso-syms.lds
 
 #
 # Match symbols in the DSO that look like VDSO*; produce a file of constants.