aboutsummaryrefslogtreecommitdiffstats
path: root/src/dpdk/Makefile
diff options
context:
space:
mode:
authorAihua Li <aihua.li@huawei.com>2015-03-27 05:47:25 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-03-27 05:47:26 +0000
commit1056320ef40a7d7111c2c304612f5b01dc62073a (patch)
tree2d7f2778a15e1f0211999d6d34cd2c438c8fe6b1 /src/dpdk/Makefile
parent6eb90ce135c0e9f7f2e16b82cb29f7c1cf880066 (diff)
parentda2a139db3043c22c8e6cb3dd330f1b7a4a5acd3 (diff)
Merge "src: added mechanism to pull upstream packages and provided single top-level make"
Diffstat (limited to 'src/dpdk/Makefile')
-rw-r--r--src/dpdk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpdk/Makefile b/src/dpdk/Makefile
index c6cc7bb1..4e99944b 100644
--- a/src/dpdk/Makefile
+++ b/src/dpdk/Makefile
@@ -62,6 +62,6 @@ $(WORK_DIR):
$(TAG_DONE_FLAG): $(WORK_DIR)
$(AT)cd $(WORK_DIR); git checkout $(DPDK_TAG)
$(AT)sed -i 's/CONFIG_RTE_BUILD_COMBINE_LIBS=n/CONFIG_RTE_BUILD_COMBINE_LIBS=y/g' $(CONFIG_FILE)
- # KNI was causing the 1.6.0 build to fail
+ $(AT)sed -i 's/CONFIG_RTE_LIBRTE_VHOST=n/CONFIG_RTE_LIBRTE_VHOST=y/g' $(CONFIG_FILE)
$(AT)sed -i 's/CONFIG_RTE_LIBRTE_KNI=y /CONFIG_RTE_LIBRTE_KNI=n/g' $(CONFIG_FILE)
$(AT)touch $@