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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to