]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd/meson.build
examples/l3fwd: add framework for event device
[dpdk.git] / examples / l3fwd / meson.build
index 6dd4b902223de59988196daf1806ef88deb74707..864327c7b7c61311e6d9d91e0f018da3ef9bfdea 100644 (file)
@@ -6,7 +6,7 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps += ['hash', 'lpm']
+deps += ['hash', 'lpm', 'eventdev']
 sources = files(
-       'l3fwd_em.c', 'l3fwd_lpm.c', 'main.c'
+       'l3fwd_em.c', 'l3fwd_lpm.c', 'l3fwd_event.c', 'main.c'
 )