From: Andreas Ruprecht Date: Wed, 17 Dec 2014 11:05:13 +0000 (+0100) Subject: powerpc/lib: Do not include string.o in obj-y twice X-Git-Tag: fixes-v4.0-rc1~132^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803d57de2b27000ed4400d16561c75821efe8333;p=pandora-kernel.git powerpc/lib: Do not include string.o in obj-y twice In the Makefile, string.o (which is generated from string.S) is included into the list of objects being built unconditionally (obj-y) in line 12. Additionally, if CONFIG_PPC64 is set, it is included again in line 17. This patch removes the latter unnecessary inclusion. Signed-off-by: Andreas Ruprecht Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed