diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-09-14 09:43:53 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-09-14 09:43:53 -0400 |
commit | 84a5d5eefd2b31c3cb97dc078589870bf85c7f23 (patch) | |
tree | af22d3a95bf48a01eb7ce8e14beffb5d3fd53af0 /fs/btrfs | |
parent | 93a6925ec10c2d5792ffad35af8366179c9db57c (diff) |
Btrfs: add modules_install target
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs')
-rw-r--r-- | fs/btrfs/Makefile | 2 |
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 | |||
18 | KERNELDIR := /lib/modules/`uname -r`/build | 18 | KERNELDIR := /lib/modules/`uname -r`/build |
19 | all:: | 19 | all:: |
20 | $(MAKE) -C $(KERNELDIR) M=`pwd` modules | 20 | $(MAKE) -C $(KERNELDIR) M=`pwd` modules |
21 | modules_install:: | ||
22 | $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install | ||
21 | clean:: | 23 | clean:: |
22 | $(MAKE) -C $(KERNELDIR) M=`pwd` clean | 24 | $(MAKE) -C $(KERNELDIR) M=`pwd` clean |
23 | endif | 25 | endif |