]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd/Makefile
examples/l3fwd: add framework for event device
[dpdk.git] / examples / l3fwd / Makefile
index b2dbf26075ec1fc8afe6ef6ecc8de25346d89058..c892b867b828b79aa8aa285e8af604065bb06b8c 100644 (file)
@@ -5,7 +5,7 @@
 APP = l3fwd
 
 # all source are stored in SRCS-y
-SRCS-y := main.c l3fwd_lpm.c l3fwd_em.c
+SRCS-y := main.c l3fwd_lpm.c l3fwd_em.c l3fwd_event.c
 
 # Build using pkg-config variables if possible
 ifeq ($(shell pkg-config --exists libdpdk && echo 0),0)