From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Kemp Subject: Re: [PATCH] linux: Allow actually using CONFIG_XEN_BLKDEV_TAP=m Date: Thu, 25 Oct 2007 10:23:08 +0100 Message-ID: <20071025092308.GA30823@steve.org.uk> References: <47207B38.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <47207B38.76E4.0078.0@novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu Oct 25, 2007 at 10:17:12 +0100, Jan Beulich wrote: > Again, this got broken. It would be really nice if regression testing > included building as a module everything that can be configured as > such... I recently discovered that the Linux build process has some new options these days. Most useful and relevant here is: make allmodconfig make bzImage The first one attempts to build *everything* as a module. There are other targets as described in the top-level README which are new - or at least new to me.. Steve --