i'm probably way behind the curve here, but:
$ make ARCH=ppc menuconfig
scripts/kconfig/mconf arch/ppc/Kconfig
drivers/net/Kconfig:201: can't open file "drivers/net/ibm_ocp/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
$
rday
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
"Robert P. J. Day" [off-list ref] wrote��
i'm probably way behind the curve here, but:
$ make ARCH=ppc menuconfig
scripts/kconfig/mconf arch/ppc/Kconfig
drivers/net/Kconfig:201: can't open file
"drivers/net/ibm_ocp/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
I met this same problem,too.You could try mask
drivers/net/Kconfig:201.Then it could be OK.I guess it
was Matt Porter updated old ibm_ocp but neglected to
fix related Makefile.Also if you use "make
mrproper",there is still one Makefile error left.You
could try remove or mask the line of ibm_ocp of
driver/net/Makefile.There was no driver/net/ibm_ocp
directory in the lastest repository.
Best regards,
Sam
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
On Tue, Jul 06, 2004 at 04:16:52PM -0400, Robert P. J. Day wrote:
i'm probably way behind the curve here, but:
$ make ARCH=ppc menuconfig
scripts/kconfig/mconf arch/ppc/Kconfig
drivers/net/Kconfig:201: can't open file "drivers/net/ibm_ocp/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
$
This, and one other place, were missed in the removal of the old IBM OCP
enet driver. I'll be fixing both shortly (both are local to linuxppc-2.5).
--
Tom Rini
http://gate.crashing.org/~trini/
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/