diff mbox series

[1/4] example: ipsec_offload: enable compilation

Message ID 20170221224127.31314-1-dmitry.ereminsolenikov@linaro.org
State New
Headers show
Series [1/4] example: ipsec_offload: enable compilation | expand

Commit Message

Dmitry Eremin-Solenikov Feb. 21, 2017, 10:41 p.m. UTC
Enable compilation of the ipsec_offload example.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
 example/ipsec_offload/Makefile.am | 1 +
 example/m4/configure.m4           | 1 +
 2 files changed, 2 insertions(+)

-- 
2.11.0

Comments

Bill Fischofer Feb. 21, 2017, 11:41 p.m. UTC | #1
These changes should be part of v2 of Nikhil's patch, no?

On Tue, Feb 21, 2017 at 4:41 PM, Dmitry Eremin-Solenikov <
dmitry.ereminsolenikov@linaro.org> wrote:

> Enable compilation of the ipsec_offload example.

>

> Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

> ---

>  example/ipsec_offload/Makefile.am | 1 +

>  example/m4/configure.m4           | 1 +

>  2 files changed, 2 insertions(+)

>

> diff --git a/example/ipsec_offload/Makefile.am b/example/ipsec_offload/

> Makefile.am

> index ec660301..a61b9233 100644

> --- a/example/ipsec_offload/Makefile.am

> +++ b/example/ipsec_offload/Makefile.am

> @@ -1,5 +1,6 @@

>  include $(top_srcdir)/example/Makefile.inc

>

> +bin_PROGRAMS = odp_ipsec_offload$(EXEEXT)

>  odp_ipsec_offload_LDFLAGS = $(AM_LDFLAGS) -static

>  odp_ipsec_offload_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example

>

> diff --git a/example/m4/configure.m4 b/example/m4/configure.m4

> index 620db04f..03c006a5 100644

> --- a/example/m4/configure.m4

> +++ b/example/m4/configure.m4

> @@ -14,6 +14,7 @@ AC_CONFIG_FILES([example/classifier/Makefile

>                  example/generator/Makefile

>                  example/hello/Makefile

>                  example/ipsec/Makefile

> +                example/ipsec_offload/Makefile

>                  example/l2fwd_simple/Makefile

>                  example/l3fwd/Makefile

>                  example/packet/Makefile

> --

> 2.11.0

>

>
diff mbox series

Patch

diff --git a/example/ipsec_offload/Makefile.am b/example/ipsec_offload/Makefile.am
index ec660301..a61b9233 100644
--- a/example/ipsec_offload/Makefile.am
+++ b/example/ipsec_offload/Makefile.am
@@ -1,5 +1,6 @@ 
 include $(top_srcdir)/example/Makefile.inc
 
+bin_PROGRAMS = odp_ipsec_offload$(EXEEXT)
 odp_ipsec_offload_LDFLAGS = $(AM_LDFLAGS) -static
 odp_ipsec_offload_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example
 
diff --git a/example/m4/configure.m4 b/example/m4/configure.m4
index 620db04f..03c006a5 100644
--- a/example/m4/configure.m4
+++ b/example/m4/configure.m4
@@ -14,6 +14,7 @@  AC_CONFIG_FILES([example/classifier/Makefile
 		 example/generator/Makefile
 		 example/hello/Makefile
 		 example/ipsec/Makefile
+		 example/ipsec_offload/Makefile
 		 example/l2fwd_simple/Makefile
 		 example/l3fwd/Makefile
 		 example/packet/Makefile