aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/dpdk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dpdk/Makefile b/src/dpdk/Makefile
index 8335ed4e..71839e26 100755
--- a/src/dpdk/Makefile
+++ b/src/dpdk/Makefile
@@ -52,6 +52,9 @@ force_make: $(TAG_DONE_FLAG)
$(AT)sed -i -e 's/CONFIG_RTE_LIBRTE_KNI=./CONFIG_RTE_LIBRTE_KNI=n/g' $(CONFIG_FILE)
$(AT)cd $(WORK_DIR); make install T=$(DPDK_TARGET) -j
$(AT)cd `dirname $(CONFIG_FILE)` && git checkout `basename $(CONFIG_FILE)` && cd -
+ifeq ($(VHOST_USER),n)
+ $(AT)cd $(WORK_DIR)/lib/librte_vhost/eventfd_link; make
+endif
@echo "Make done"
install: $(INSTALL_TARGET)