On Sun, Apr 25, 2004 at 10:45:21PM +0200, Ward Viaene wrote:
Hi,
I'm trying to build my kernel with usb keyboard support, but during the
kernelbuild, when linking the kernel, I've got this error:
linking kernel
ukbd.o: In function `ukbd_match':
ukbd.o(.text+0x20): undefined reference to `kbd_get_switch'
This almost always means you have omitted something required from your
kernel configuration. Go back and compare it to GENERIC, and
carefully read the comments that tell you which systems are required
when you include support for a particular system.
Kris