]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/lib: Do not include string.o in obj-y twice
authorAndreas Ruprecht <rupran@einserver.de>
Wed, 17 Dec 2014 11:05:13 +0000 (12:05 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 29 Dec 2014 04:45:55 +0000 (15:45 +1100)
commitb03c17ec3a10c60125be6ea83c3835251a752b52
treed354d4dd6a37fcd8d1301c24c626c69d5dba3247
parentfd631b879bb0168d2013b1407a8c6213c75f9521
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>
arch/powerpc/lib/Makefile