From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 18 13:18:30 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D14216A4CE for ; Sat, 18 Dec 2004 13:18:30 +0000 (GMT) Received: from av15-2-sn4.m-sp.skanova.net (av15-2-sn4.m-sp.skanova.net [81.228.10.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FCB043D3F for ; Sat, 18 Dec 2004 13:18:29 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av15-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 09A2737E47; Sat, 18 Dec 2004 14:18:28 +0100 (CET) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av15-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id E5FC737E42 for ; Sat, 18 Dec 2004 14:18:27 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with SMTP id B8B2337E4D for ; Sat, 18 Dec 2004 14:18:27 +0100 (CET) Received: (qmail 3780 invoked by uid 1001); 18 Dec 2004 13:18:26 -0000 Date: Sat, 18 Dec 2004 14:18:26 +0100 From: Erik Trulsson To: Anton =?iso-8859-1?Q?W=F6llert?= Message-ID: <20041218131825.GA2042@falcon.midgard.homeip.net> Mail-Followup-To: Anton =?iso-8859-1?Q?W=F6llert?= , freebsd-hackers@freebsd.org References: <23522.1103375345@www7.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <23522.1103375345@www7.gmx.net> User-Agent: Mutt/1.5.6i cc: freebsd-hackers@freebsd.org Subject: Re: Developing device-drivers without rebuilding the hole kernel X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 13:18:30 -0000 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 Erik Trulsson ertr1013@student.uu.se