examples/pipeline: build with all examples
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 17 Jul 2014 08:30:52 +0000 (10:30 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 18 Jul 2014 23:47:51 +0000 (01:47 +0200)
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 <thomas.monjalon@6wind.com>
examples/Makefile

index d0624f6..dc85cf3 100644 (file)
@@ -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