summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/Makefile
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2018-04-26 03:51:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-26 03:51:28 +0000
commitb2b41e4dce0977e52b66a88d3fa3ac9bf28fe925 (patch)
tree8204b569787c983bf19b90e5afddb401bd2b7c93 /VNFs/DPPD-PROX/Makefile
parent509c3f840b4afb659e344e2d373d0f9052c1c7bf (diff)
parent6073b3594e6cc6bd3e9d6bd75566f7a773d184dc (diff)
Merge "Support for dpdk-stable-17.11.1 crypto"
Diffstat (limited to 'VNFs/DPPD-PROX/Makefile')
-rw-r--r--VNFs/DPPD-PROX/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/VNFs/DPPD-PROX/Makefile b/VNFs/DPPD-PROX/Makefile
index 7109cb48..fe8e87da 100644
--- a/VNFs/DPPD-PROX/Makefile
+++ b/VNFs/DPPD-PROX/Makefile
@@ -172,14 +172,10 @@ SRCS-y += handle_mirror.c
SRCS-y += handle_genl4.c
SRCS-y += handle_ipv6_tunnel.c
SRCS-y += handle_read.c
-ifeq ($(call rte_ver_LT,17,8,0,0),y)
-ifeq ($(call rte_ver_GE,17,2,0,16),y)
SRCS-$(CONFIG_RTE_LIBRTE_PMD_AESNI_MB) += handle_esp.c
ifneq ($(CONFIG_RTE_LIBRTE_PMD_AESNI_MB),y)
$(warning "Building w/o IPSEC support")
endif
-endif
-endif
SRCS-y += handle_cgnat.c
SRCS-y += handle_nat.c
SRCS-y += handle_dump.c