X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd%2FMakefile;h=c892b867b828b79aa8aa285e8af604065bb06b8c;hb=e2de1f7bb9668415c8fdfce6b736112bfb24f377;hp=b2dbf26075ec1fc8afe6ef6ecc8de25346d89058;hpb=587e1fe1d59c5cd92f33f597b9886b660f515dcf;p=dpdk.git diff --git a/examples/l3fwd/Makefile b/examples/l3fwd/Makefile index b2dbf26075..c892b867b8 100644 --- a/examples/l3fwd/Makefile +++ b/examples/l3fwd/Makefile @@ -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)