]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/Makefile
examples/ip_pipeline: add CLI interface
[dpdk.git] / examples / ip_pipeline / Makefile
index 981c4f75e5ceb3d0b80e34970be0a02a02797992..0c5b6b117ebb0be33c7c826232f863fe4b35faa2 100644 (file)
@@ -5,7 +5,9 @@
 APP = ip_pipeline
 
 # all source are stored in SRCS-y
-SRCS-y := main.c
+SRCS-y := cli.c
+SRCS-y += conn.c
+SRCS-y += main.c
 SRCS-y += parser.c
 #SRCS-y += thread.c