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 <thomas.monjalon@6wind.com>
This commit is contained in:
Thomas Monjalon 2014-07-17 10:30:52 +02:00
parent efcef73d50
commit a6664a09a7

View 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