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

Btrfs: add modules_install target

parent 93a6925e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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