x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"
authorOleg Nesterov <oleg@redhat.com>
Sun, 21 Sep 2014 18:42:32 +0000 (20:42 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 24 Sep 2014 13:15:39 +0000 (15:15 +0200)
commit212be3b2320bcf33eff648bc4e1f0edbf4d90acf
treed4f7cbdc61a5d5a86e5223cda040650f9f3ec1a4
parent0ad6e3c5199be12c9745da8f8b9e3c9f8066c235
x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"

Trivial. We have "lib-y += thunk_$(BITS).o" at the start, no
need to add thunk_64.o if !CONFIG_X86_32.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Andy Lutomirski <luto@amacapital.net>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/20140921184232.GB23727@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/lib/Makefile