git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efcef73
)
examples/pipeline: build with all examples
author
Thomas Monjalon
<thomas.monjalon@6wind.com>
Thu, 17 Jul 2014 08:30:52 +0000
(10:30 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/examples/Makefile
b/examples/Makefile
index
d0624f6
..
dc85cf3
100644
(file)
--- 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