Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2005 09:14:15 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        sirmoo@cowbert.2y.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: building KLDs in RELENG_4
Message-ID:  <20050302.091415.101560664.imp@bsdimp.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
In message: <20050224145622.GE261@cowbert.2y.net>
            "Peter C. Lai" <sirmoo@cowbert.2y.net> writes:
: 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.

cd src/sys/modules/umass ; make all install clean

This assumes that the sources match what's on the system.

Warner



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