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 ee505c8..058a2da 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