Skip to content

Commit

Permalink
Btrfs: add modules_install target
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Mason <chris.mason@oracle.com>
  • Loading branch information
Chris Mason authored and David Woodhouse committed Sep 14, 2007
1 parent 93a6925 commit 84a5d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/btrfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 84a5d5e

Please sign in to comment.