aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/Makefile')
-rw-r--r--fs/btrfs/Makefile2
1 files changed, 2 insertions, 0 deletions
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