Index: dpdk-ovs/openvswitch/datapath/dpdk/Makefile =================================================================== --- dpdk-ovs.orig/openvswitch/datapath/dpdk/Makefile 2014-04-18 14:06:01.219379540 +0300 +++ dpdk-ovs/openvswitch/datapath/dpdk/Makefile 2014-04-22 16:24:27.009689498 +0300 @@ -77,3 +77,6 @@ clean-vport_ut: $(MAKE) -f Makefile.vport_ut clean + +install: + Index: dpdk-ovs/openvswitch/datapath/dpdk/fd_link/Makefile =================================================================== --- dpdk-ovs.orig/openvswitch/datapath/dpdk/fd_link/Makefile 2014-04-18 14:06:01.219379540 +0300 +++ dpdk-ovs/openvswitch/datapath/dpdk/fd_link/Makefile 2014-04-22 16:24:24.185689575 +0300 @@ -53,3 +53,6 @@ check-recursive: $(warning "This target is not implemented") + +install: +