Btrfs: add modules_install target
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
93a6925ec1
commit
84a5d5eefd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue