diff options
-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 |