]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ignore the UKBD_DFLT_KEYMAP option when compiling as a module.
authorru <ru@FreeBSD.org>
Mon, 2 Oct 2006 16:02:41 +0000 (16:02 +0000)
committerru <ru@FreeBSD.org>
Mon, 2 Oct 2006 16:02:41 +0000 (16:02 +0000)
commitb60fe62d997e2d433e28e0f3877d3c86a897c9c5
tree83c420839faa33e2bca87977097a8ec38e9960cf
parent84cc0f277fd9e49e824e8ae9424d9a976b7f21bd
Ignore the UKBD_DFLT_KEYMAP option when compiling as a module.
The parallel LINT build sometimes broke if kernel-depend wasn't
fast enough in generating ukbdmap.h.  If someone thinks this
option would still be useful for the module, a proper fix is
to add the code generating ukbdmap.h into modules/ukbd/Makefile
and backing this change out.
sys/dev/usb/ukbd.c