From: Chris Mason Date: Fri, 14 Sep 2007 13:43:53 +0000 (-0400) Subject: Btrfs: add modules_install target X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=84a5d5eefd2b31c3cb97dc078589870bf85c7f23;p=linux-edison.git Btrfs: add modules_install target Signed-off-by: Chris Mason --- 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