]> git.droids-corp.org - dpdk.git/blobdiff - examples/l2fwd-event/Makefile
examples/vhost_blk: introduce vhost storage sample
[dpdk.git] / examples / l2fwd-event / Makefile
index 73f02dd3bdc5599412c7491f402748f130dbc083..6f41768828dd52cb2d598018a37d09135e8babb9 100644 (file)
@@ -8,7 +8,10 @@ APP = l2fwd-event
 # all source are stored in SRCS-y
 SRCS-y := main.c
 SRCS-y += l2fwd_poll.c
+SRCS-y += l2fwd_event.c
 SRCS-y += l2fwd_common.c
+SRCS-y += l2fwd_event_generic.c
+SRCS-y += l2fwd_event_internal_port.c
 
 # Build using pkg-config variables if possible
 ifeq ($(shell pkg-config --exists libdpdk && echo 0),0)