examples/l2fwd-event: add default poll mode routines
[dpdk.git] / examples / l2fwd-event / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2019 Marvell International Ltd.
3 #
4
5 # meson file, for building this example as part of a main DPDK build.
6 #
7 # To build this example as a standalone application with an already-installed
8 # DPDK instance, use 'make'
9
10 deps += 'eventdev'
11 sources = files(
12         'main.c',
13         'l2fwd_poll.c',
14         'l2fwd_common.c',
15 )