Commit 84a5d5ee authored by Chris Mason's avatar Chris Mason Committed by David Woodhouse

Btrfs: add modules_install target

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 93a6925e
...@@ -18,6 +18,8 @@ else ...@@ -18,6 +18,8 @@ else
KERNELDIR := /lib/modules/`uname -r`/build KERNELDIR := /lib/modules/`uname -r`/build
all:: all::
$(MAKE) -C $(KERNELDIR) M=`pwd` modules $(MAKE) -C $(KERNELDIR) M=`pwd` modules
modules_install::
$(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
clean:: clean::
$(MAKE) -C $(KERNELDIR) M=`pwd` clean $(MAKE) -C $(KERNELDIR) M=`pwd` clean
endif endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment