<div dir="ltr"><div><div>I want to build only the modules I wanted instead of all the modules in /boot/kernel named *.ko.<br></div>Under FreeBSD,we can do this by /etc/make.conf,"MODULES_OVERRIDE=XXX XXXX XXXX",but under DragonFlyBSD,this can't work.<br>
<br></div>When build a customer kernel,there are so many *.ko files in /boot/kernel.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-17 20:50 GMT+08:00 Joris Giovannangeli <span dir="ltr"><<a href="mailto:joris@giovannangeli.fr" target="_blank">joris@giovannangeli.fr</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">Hi,<br>
<br>
you probably want to use<br>
<br>
"bus/usb/usb bus/usb/ehci" to build usb and the ehci controller.<br>
<br>
Please note that usb is the old usb stack, for the new one, you need :<br>
<br>
"bus/u4b/usb" and for instance, if you want to build the ukdb for usb<br>
keyboard, "bus/u4b/usb/input/ukbd"<br>
<br>
To answer more generally, you need to specify the path to the module<br>
directory. the module directory is usually an empty directory containing<br>
only a Makefile with a KMOD=modname declaration.<br>
<br>
Regards<br>
joris<br>
</div></div></blockquote></div><br></div>