ovs-brcompatd: Run ovs-vsctl instead of accessing database directly.
[openvswitch] / datapath / linux-2.6 / Makefile.main.in
index 0809e6124bddc4f421dc652f90941e06f8736941..74bed7841c66d605a545d1e31cbba138275c8635 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