diff options
author | Andy Lutomirski <luto@amacapital.net> | 2014-03-25 19:25:53 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-03-25 20:08:58 -0400 |
commit | b9a4a56c1e5c72eac92d18aa48250a8c965632be (patch) | |
tree | 0b03b177ba811f5eb992fd8468d28301d90f56c7 /arch/x86/vdso/Makefile | |
parent | 26f5ef2e3c3c18f1dc31461ddf1db00b014edcd4 (diff) |
x86, vdso, build: Don't rebuild 32-bit vdsos on every make
vdso32/vclock_gettime.o was confusing kbuild.
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Cc: Stefani Seibold <stefani@seibold.net>
Link: http://lkml.kernel.org/r/d741449340642213744dd659471a35bb970a0c4c.1395789923.git.luto@amacapital.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/vdso/Makefile')
-rw-r--r-- | arch/x86/vdso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile index a2de5fc15511..6e6361a01736 100644 --- a/arch/x86/vdso/Makefile +++ b/arch/x86/vdso/Makefile | |||
@@ -136,7 +136,7 @@ override obj-dirs = $(dir $(obj)) $(obj)/vdso32/ | |||
136 | 136 | ||
137 | targets += vdso32/vdso32.lds | 137 | targets += vdso32/vdso32.lds |
138 | targets += $(vdso32-images) $(vdso32-images:=.dbg) | 138 | targets += $(vdso32-images) $(vdso32-images:=.dbg) |
139 | targets += vdso32/note.o $(vdso32.so-y:%=vdso32/%.o) | 139 | targets += vdso32/note.o vdso32/vclock_gettime.o $(vdso32.so-y:%=vdso32/%.o) |
140 | 140 | ||
141 | extra-y += $(vdso32-images) | 141 | extra-y += $(vdso32-images) |
142 | 142 | ||