]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Btrfs: add modules_install target
authorChris Mason <chris.mason@oracle.com>
Fri, 14 Sep 2007 13:43:53 +0000 (09:43 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Fri, 14 Sep 2007 13:43:53 +0000 (09:43 -0400)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/Makefile

index ee505c87ecf3a6dd3f58a83147a66947cc570ca8..058a2dae65b4bc2383a4eacc8387e853155b87ab 100644 (file)
@@ -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