Searched hist:"803 d57de" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/lib/ |
H A D | Makefile | 803d57de Wed Dec 17 05:05:13 CST 2014 Andreas Ruprecht <rupran@einserver.de> 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> 803d57de Wed Dec 17 05:05:13 CST 2014 Andreas Ruprecht <rupran@einserver.de> 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>
|