building KLDs in RELENG_4

Scot Hetzel swhetzel at gmail.com
Thu Feb 24 15:59:03 GMT 2005


On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai <sirmoo at cowbert.2y.net> wrote:
> Is there a way to build kernel modules by themselves without having to
> build the entire kernel? I am adding umass support to a 4.x machine but
> I don't want to build the entire kernel. I already have scbus, but I need
> da and of course, umass.
> 
 
Yes you can build modules seperately from a kernel build

cd /usr/src/sys/modules/umass
make obj
make
make install

Scot


More information about the freebsd-stable mailing list