Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2006 10:27:06 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: Question regarding bktr driver
Message-ID:  <20060624102706.537e5c5c@Magellan.Leidinger.net>
In-Reply-To: <ef10de9a0606232230n7f05a9e8q203dfc714b6ea6b8@mail.gmail.com>
References:  <00cb01c6974c$22d87e80$fe02a8c0@metroid> <ef10de9a0606232230n7f05a9e8q203dfc714b6ea6b8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting "Nikolas Britton" <nikolas.britton@gmail.com> (Sat, 24 Jun 2006 00:30:34 -0500):

> On 6/24/06, Naram Qashat <cyberbotx@cyberbotx.com> wrote:
> > Well, I was wondering about something regarding the bktr driver.  If I don't
> > include it in my kernel and instead just use it as a kernel module, is there
> > a way to rebuild only that one module without rebuilding the entire kernel?
> > And would I need to build anything in the world, and if so, can I build that
> > without building the entire world.  Thanks.
> >
> 
> You should be able to just cd into /usr/src/sys/modules/bktr and run
> make; make install; make clean. then kldload bktr.ko... but I don't
> know that for a fact, just an edu. guess.

I suggest
make obj && make depend && make && make install

But it will not pick up options for bktr (like OPVERRIDE_* or BKTR_*)
in the kernel config (since it doesn't know which kernel config to use).

Bye,
Alexander.

-- 
      ...and that is how we know the Earth to be banana-shaped.
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org     netchild @ FreeBSD.org  : PGP ID = 72077137



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