From: Oleg Nesterov Date: Sun, 21 Sep 2014 18:42:32 +0000 (+0200) Subject: x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o" X-Git-Tag: fixes-against-v3.18-rc2~96^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212be3b2320bcf33eff648bc4e1f0edbf4d90acf;p=pandora-kernel.git 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 Acked-by: Andy Lutomirski Cc: Denys Vlasenko Cc: Peter Zijlstra Cc: Linus Torvalds Link: http://lkml.kernel.org/r/20140921184232.GB23727@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed