Add a modules_install target to the makefile. I need this for packaging.
---
Makefile | 4 ++++
1 file changed, 4 insertions(+)
Index: btrfs-0.8/Makefile
===================================================================
--- btrfs-0.8.orig/Makefile
+++ btrfs-0.8/Makefile
@@ -20,4 +20,8 @@ all::
$(MAKE) -C $(KERNELDIR) M=`pwd` modules
clean::
$(MAKE) -C $(KERNELDIR) M=`pwd` clean
+
+modules_install:
+ $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
+
endif
_______________________________________________
Btrfs-devel mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/btrfs-devel