Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / Makefile.am
index dafba2b52312d68132f660a4131fd41600b24737..b71ca1fabc1dfcad09bb3adf3686234908de71c9 100644 (file)
@@ -211,6 +211,11 @@ install-data-local: $(INSTALL_DATA_LOCAL)
 uninstall-local: $(UNINSTALL_LOCAL)
 .PHONY: $(DIST_HOOKS) $(CLEAN_LOCAL) $(INSTALL_DATA_LOCAL) $(UNINSTALL_LOCAL)
 
+modules_install:
+if LINUX_ENABLED
+       cd datapath/linux && $(MAKE) modules_install
+endif
+
 include lib/automake.mk
 include ofproto/automake.mk
 include utilities/automake.mk