examples/l2fwd-event: add infra for eventdev
[dpdk.git] / examples / l2fwd-event / Makefile
index 73f02dd..08ba183 100644 (file)
@@ -8,6 +8,7 @@ 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
 
 # Build using pkg-config variables if possible