Andreas Ruprecht 803d57de2b 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 <rupran@einserver.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2014-12-29 15:45:55 +11:00
..
2014-12-19 22:55:06 +01:00
2014-12-19 12:57:45 -08:00
2014-12-19 12:57:45 -08:00
2014-12-18 16:05:28 -08:00
2014-12-11 17:48:14 -08:00
2014-08-05 09:58:11 +02:00
2014-09-25 23:14:49 +10:00