]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipsec-secgw/Makefile
eal: introduce driver init macros
[dpdk.git] / examples / ipsec-secgw / Makefile
index 6780ad53c7f0d773c0becbf0758b6b7ba5e7bba8..06b6db1e9ad06ea6039fc3899a04e997910139bb 100644 (file)
@@ -47,7 +47,7 @@ CFLAGS_sa.o += -diag-disable=vec
 endif
 
 ifeq ($(DEBUG),1)
-CFLAGS += -DIPSEC_DEBUG -fstack-protector-all
+CFLAGS += -DIPSEC_DEBUG -fstack-protector-all -O0
 endif
 
 #
@@ -55,7 +55,8 @@ endif
 #
 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