Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753792AbYBJSvj (ORCPT ); Sun, 10 Feb 2008 13:51:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752219AbYBJSvb (ORCPT ); Sun, 10 Feb 2008 13:51:31 -0500 Received: from sovereign.computergmbh.de ([85.214.69.204]:33044 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752193AbYBJSvb (ORCPT ); Sun, 10 Feb 2008 13:51:31 -0500 Date: Sun, 10 Feb 2008 19:51:29 +0100 (CET) From: Jan Engelhardt To: sam@ravnborg.org cc: Linux Kernel Mailing List Subject: Faster way to run through building single modules Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 560 Lines: 16 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 the modpost stage ("MODPOST 2018 modules") does quite a lot of disk I/O, most of which I probably do not need anyway. Can this task be sped up? -- 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/