summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/Makefile
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-11-07 04:57:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-07 04:57:21 +0000
commitf608601d06f2da7dcb52f0a0da6caebd12412ad1 (patch)
tree10f6b499d7898bb33c3342a20537b89bf13c48f3 /VNFs/DPPD-PROX/Makefile
parent516aad7ecf88e968940d384a1f56dca4e42a279b (diff)
parent98010b53d1964451ec6d9cd0f1eeea10d5c8a5e4 (diff)
Merge "Rework handle_esp.c (proto, DPDK<17.08, cleanup)"
Diffstat (limited to 'VNFs/DPPD-PROX/Makefile')
-rw-r--r--VNFs/DPPD-PROX/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/Makefile b/VNFs/DPPD-PROX/Makefile
index 87ea3bce..60cd92b7 100644
--- a/VNFs/DPPD-PROX/Makefile
+++ b/VNFs/DPPD-PROX/Makefile
@@ -172,7 +172,9 @@ 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)
SRCS-$(call rte_ver_GE,17,2,0,16) += handle_esp.c
+endif
SRCS-y += handle_cgnat.c
SRCS-y += handle_nat.c
SRCS-y += handle_dump.c