Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 09:59:01 -0600
From:      Scot Hetzel <swhetzel@gmail.com>
To:        "Peter C. Lai" <sirmoo@cowbert.2y.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: building KLDs in RELENG_4
Message-ID:  <790a9fff050224075947d6b246@mail.gmail.com>
In-Reply-To: <20050224145622.GE261@cowbert.2y.net>
References:  <20050224145622.GE261@cowbert.2y.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai <sirmoo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff050224075947d6b246>