examples/ip_pipeline: add KNI object
[dpdk.git] / examples / ip_pipeline / Makefile
index 0f6bb78..dc56ebf 100644 (file)
@@ -7,6 +7,7 @@ APP = ip_pipeline
 # all source are stored in SRCS-y
 SRCS-y := cli.c
 SRCS-y += conn.c
+SRCS-y += kni.c
 SRCS-y += link.c
 SRCS-y += main.c
 SRCS-y += mempool.c