From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 24 05:03:54 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 04F2A16A4CE; Sat, 24 Jul 2004 05:03:54 +0000 (GMT) Received: from mail019.syd.optusnet.com.au (mail019.syd.optusnet.com.au [211.29.132.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8728143D46; Sat, 24 Jul 2004 05:03:52 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i6O53lp06622; Sat, 24 Jul 2004 15:03:47 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i6O53lVd015025; Sat, 24 Jul 2004 15:03:47 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i6O53kbH015024; Sat, 24 Jul 2004 15:03:46 +1000 (EST) (envelope-from pjeremy) Date: Sat, 24 Jul 2004 15:03:46 +1000 From: Peter Jeremy To: Jake Hamby Message-ID: <20040724050346.GA10855@cirb503493.alcatel.com.au> References: <4101DC69.9030309@anobject.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4101DC69.9030309@anobject.com> User-Agent: Mutt/1.4.2i cc: freebsd-hackers@freebsd.org cc: freebsd-config@freebsd.org Subject: Re: "Next Generation" kernel configuration? 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, 24 Jul 2004 05:03:54 -0000 On Fri, 2004-Jul-23 20:50:01 -0700, Jake Hamby wrote: >My biggest annoyance with building the kernel, compared to Linux, is >that it insists on building all of the possible kernel modules, even >though I only want to build the ones that make sense for my hardware. I think you want the following: # MODULES_OVERRIDE can be used to limit modules built to a specific list. ... #makeoptions MODULES_OVERRIDE="linux sound/snd sound/pcm sound/driver/maestro3" Peter