Sfoglia il codice sorgente

Btrfs: add modules_install target

Signed-off-by: Chris Mason <chris.mason@oracle.com>
Chris Mason 17 anni fa
parent
commit
84a5d5eefd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      fs/btrfs/Makefile

+ 2 - 0
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