Subject: Re: how to force new build of /usr/lkm/* modules?
To: None <tech-kern@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-kern
Date: 04/02/2006 19:40:30
On Sun, Mar 26, 2006 at 01:26:32PM +0200, Michal Stepien wrote:
> Does any one know how to build /usr/lkm/* modules together
> with new kernel compilation?

cd <location of netbsd source dir>/sys/lkm
make
make install

Bernd