datapath: introduce a method to install kernel modules
[sliver-openvswitch.git] / datapath / linux-2.6 / Makefile.main.in
index 0809e61..74bed78 100644 (file)
@@ -50,6 +50,9 @@ endif
 
 default:
        $(MAKE) -C $(KSRC) M=$(builddir) modules
+
+modules_install:
+       $(MAKE) -C $(KSRC) M=$(builddir) modules_install
 endif
 
 # Much of the kernel build system in this file is derived from Intel's