commit | 803d57de2b27000ed4400d16561c75821efe8333 | [log] [tgz] |
---|---|---|
author | Andreas Ruprecht <rupran@einserver.de> | Wed Dec 17 12:05:13 2014 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Dec 29 15:45:55 2014 +1100 |
tree | d354d4dd6a37fcd8d1301c24c626c69d5dba3247 | |
parent | 01b14505c35cdc47f5abc1f6799cee23f2f10149 [diff] |
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>