From: Thomas Monjalon Date: Thu, 17 Jul 2014 08:30:52 +0000 (+0200) Subject: examples/pipeline: build with all examples X-Git-Tag: spdx-start~10533 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a6664a09a7caa5e63f9ae625cf1946b0eef7794e;p=dpdk.git examples/pipeline: build with all examples When adding this packet framework sample (commit 77a3346), it has been forgotten to add it into the global makefile for "make examples". Signed-off-by: Thomas Monjalon --- diff --git a/examples/Makefile b/examples/Makefile index d0624f6b7d..dc85cf360a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -43,6 +43,7 @@ DIRS-y += dpdk_qat endif DIRS-y += exception_path DIRS-y += helloworld +DIRS-y += ip_pipeline DIRS-y += ip_reassembly DIRS-$(CONFIG_RTE_MBUF_SCATTER_GATHER) += ip_fragmentation DIRS-$(CONFIG_RTE_MBUF_SCATTER_GATHER) += ipv4_multicast