From: Chris Mason Date: Fri, 14 Sep 2007 13:43:53 +0000 (-0400) Subject: Btrfs: add modules_install target X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~487 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=84a5d5eefd2b31c3cb97dc078589870bf85c7f23;p=linux-2.6-omap-h63xx.git Btrfs: add modules_install target Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile index ee505c87ecf..058a2dae65b 100644 --- a/fs/btrfs/Makefile +++ b/fs/btrfs/Makefile @@ -18,6 +18,8 @@ else KERNELDIR := /lib/modules/`uname -r`/build all:: $(MAKE) -C $(KERNELDIR) M=`pwd` modules +modules_install:: + $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install clean:: $(MAKE) -C $(KERNELDIR) M=`pwd` clean endif