]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipsec-secgw/Makefile
examples/ipsec-secgw: add sample configuration files
[dpdk.git] / examples / ipsec-secgw / Makefile
index 6780ad53c7f0d773c0becbf0758b6b7ba5e7bba8..17e91551026a0f83ce3627b15c36fd950f281393 100644 (file)
@@ -47,15 +47,17 @@ CFLAGS_sa.o += -diag-disable=vec
 endif
 
 ifeq ($(DEBUG),1)
-CFLAGS += -DIPSEC_DEBUG -fstack-protector-all
+CFLAGS += -DIPSEC_DEBUG -fstack-protector-all -O0
 endif
 
 #
 # all source are stored in SRCS-y
 #
+SRCS-y += parser.c
 SRCS-y += ipsec.c
 SRCS-y += esp.c
-SRCS-y += sp.c
+SRCS-y += sp4.c
+SRCS-y += sp6.c
 SRCS-y += sa.c
 SRCS-y += rt.c
 SRCS-y += ipsec-secgw.c