Date: Sat, 18 Dec 2004 14:18:26 +0100 From: Erik Trulsson <ertr1013@student.uu.se> To: Anton =?iso-8859-1?Q?W=F6llert?= <MethoD.EaglE@gmx.net> Cc: freebsd-hackers@freebsd.org Subject: Re: Developing device-drivers without rebuilding the hole kernel Message-ID: <20041218131825.GA2042@falcon.midgard.homeip.net> In-Reply-To: <23522.1103375345@www7.gmx.net> References: <23522.1103375345@www7.gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 18, 2004 at 02:09:05PM +0100, "Anton W=F6llert" wrote: > Hello, >=20 > i want to edit the syscons driver for additional vesa-support. but i don't > want to rebuild the whole kernel every time i add a few new lines or a > function. is there a way to just build the syscons object file and maby a > few dependencies every time and then just link it together with the rest = of > the kernel, which i've builded once? >=20 >=20 > i hope someone can help me. thanks in advance. make -DNOCLEAN buildkernel KERNCONF=3DYOURKERNEL should do the trick. --=20 <Insert your favourite quote here.> Erik Trulsson ertr1013@student.uu.se
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041218131825.GA2042>