
4 Feb
2011
4 Feb
'11
7:48 p.m.
On Feb 4, 2011, at 11:30 AM, Renaud Barbier wrote:
just noticed the following:
The object file p1013_serdes.o is referenced in the file arch/powerpc/cpu/mpc85xx/Makefile: COBJS-$(CONFIG_P1013) += p1013_serdes.o
However, the source code is not found in the directory.
I'll fix it, it should be
COBJS-$(CONFIG_P1013) += p1022_serdes.o
(p1013 is single core version of p1022)
- k