Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753971AbYBJT2W (ORCPT ); Sun, 10 Feb 2008 14:28:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752023AbYBJT2P (ORCPT ); Sun, 10 Feb 2008 14:28:15 -0500 Received: from pasmtpb.tele.dk ([80.160.77.98]:36093 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751924AbYBJT2O (ORCPT ); Sun, 10 Feb 2008 14:28:14 -0500 Date: Sun, 10 Feb 2008 20:28:21 +0100 From: Sam Ravnborg To: Jan Engelhardt Cc: Linux Kernel Mailing List Subject: Re: Faster way to run through building single modules Message-ID: <20080210192821.GB13733@uranus.ravnborg.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 626 Lines: 20 On Sun, Feb 10, 2008 at 07:51:29PM +0100, Jan Engelhardt wrote: > Hi, > > > I was wondering whether there is a shortcut in kbuild I can take if I > just want to rebuild one module. Currently, I have: > > make net/bridge/netfilter/ebtables.ko Fool kbuild to think this is an external module using: make M=`pwd` net/bridge/netfilter/ebtables.ko That should do the trick. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/