Btrfs: add modules_install target

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason 2007-09-14 09:43:53 -04:00 committed by David Woodhouse
parent 93a6925ec1
commit 84a5d5eefd

View file

@ -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