Skip to content
Commit 803d57de authored by Andreas Ruprecht's avatar Andreas Ruprecht Committed by Michael Ellerman
Browse files

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: default avatarAndreas Ruprecht <rupran@einserver.de>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 01b14505
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment