From owner-freebsd-drivers@FreeBSD.ORG Tue Oct 18 18:10:20 2005 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61CC616A41F for ; Tue, 18 Oct 2005 18:10:20 +0000 (GMT) (envelope-from bharmaji@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFD743D45 for ; Tue, 18 Oct 2005 18:10:19 +0000 (GMT) (envelope-from bharmaji@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so144617qbd for ; Tue, 18 Oct 2005 11:10:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=JZATloQ88Q3Z7PN09oiis+q9FRJ1ZsXfHWOE2vc61JQNybJW6mKPu2Hyk1wAHGboT08jTfYw3CLAhjajqaBcP6DYFJTVtme/mg0TMN2/5PM8vKoZ0VU4YemMFO2OuRyze8SElGCKGViH3mEl/ifC9RvqcVZZFPoDivWENNf/sAc= Received: by 10.65.98.20 with SMTP id a20mr3254462qbm; Tue, 18 Oct 2005 11:10:11 -0700 (PDT) Received: by 10.65.132.10 with HTTP; Tue, 18 Oct 2005 11:10:11 -0700 (PDT) Message-ID: <67beabb0510181110s75928f6ah3825dff282da0f88@mail.gmail.com> Date: Tue, 18 Oct 2005 11:10:11 -0700 From: Bharma Ji To: freebsd-drivers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to build only the modified in the driver. X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 18:10:20 -0000 When I do make buildkernel conf=3D, the entire kernel seems t= o be built. Is there a way to build only the driver files that have been modified? I have also tried make buildkernel conf =3D GENERIC and modified = a random file in one of the drivers. The entire kernel still gets built. Thanks for any answers