summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorChris Mason2007-09-14 15:43:53 +0200
committerDavid Woodhouse2007-09-14 15:43:53 +0200
commit84a5d5eefd2b31c3cb97dc078589870bf85c7f23 (patch)
treeaf22d3a95bf48a01eb7ce8e14beffb5d3fd53af0 /fs
parentBtrfs: Fix extra link count dec in rename (diff)
downloadkernel-qcow2-linux-84a5d5eefd2b31c3cb97dc078589870bf85c7f23.tar.gz
kernel-qcow2-linux-84a5d5eefd2b31c3cb97dc078589870bf85c7f23.tar.xz
kernel-qcow2-linux-84a5d5eefd2b31c3cb97dc078589870bf85c7f23.zip
Btrfs: add modules_install target
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile
index ee505c87ecf3..058a2dae65b4 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