aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
18KERNELDIR := /lib/modules/`uname -r`/build 18KERNELDIR := /lib/modules/`uname -r`/build
19all:: 19all::
20 $(MAKE) -C $(KERNELDIR) M=`pwd` modules 20 $(MAKE) -C $(KERNELDIR) M=`pwd` modules
21modules_install::
22 $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
21clean:: 23clean::
22 $(MAKE) -C $(KERNELDIR) M=`pwd` clean 24 $(MAKE) -C $(KERNELDIR) M=`pwd` clean
23endif 25endif