ethdev: add tracepoints
[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 allow_experimental_apis = true
11 deps += 'eventdev'
12 sources = files(
13         'main.c',
14         'l2fwd_poll.c',
15         'l2fwd_common.c',
16         'l2fwd_event.c',
17         'l2fwd_event_internal_port.c',
18         'l2fwd_event_generic.c'
19 )