aboutsummaryrefslogtreecommitdiffstats
path: root/src/dpdk/Makefile
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-08-25 13:46:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-25 13:46:32 +0000
commit1f889a9e222ffedbc8da497b7dd2f48335f1db78 (patch)
treeaabdba3bf6dc684170435e0302d2f5906f3a9550 /src/dpdk/Makefile
parentaf66b453e1f361c39dc1b6999e07f54cc1fd63f6 (diff)
parent6729117431e563a7169ac7fa9c64b35dbdcdb399 (diff)
Merge "build: Rename cloned repositories and remove cuse"
Diffstat (limited to 'src/dpdk/Makefile')
-rwxr-xr-xsrc/dpdk/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dpdk/Makefile b/src/dpdk/Makefile
index 69671169..4b4330d7 100755
--- a/src/dpdk/Makefile
+++ b/src/dpdk/Makefile
@@ -99,9 +99,6 @@ ifdef CONFIG_FILE_BASE
$(AT)cd `dirname $(CONFIG_FILE_BASE)` && git checkout `basename $(CONFIG_FILE_BASE)` && cd -
endif
$(AT)echo "VHOST_USER = $(VHOST_USER)"
-ifeq ($(VHOST_USER),n)
- $(AT)cd $(WORK_DIR)/lib/librte_vhost/eventfd_link; make
-endif
@echo "Make done"
install: $(INSTALL_TARGET)
@@ -126,7 +123,7 @@ sanity:
@echo "Make sanity in $(WORK_DIR) (stub) "
$(WORK_DIR):
- $(AT)git clone $(DPDK_URL)
+ $(AT)git clone $(DPDK_URL) dpdk
$(TAG_DONE_FLAG): $(WORK_DIR)
$(AT)cd $(WORK_DIR); git checkout $(DPDK_TAG)