net/hns3: fix typos on comments
[dpdk.git] / drivers / net / dpaa2 / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2018-2021 NXP
3
4 if not is_linux
5     build = false
6     reason = 'only supported on Linux'
7 endif
8
9 deps += ['mempool_dpaa2']
10 sources = files(
11         'base/dpaa2_hw_dpni.c',
12         'dpaa2_tm.c',
13         'dpaa2_mux.c',
14         'dpaa2_ethdev.c',
15         'dpaa2_flow.c',
16         'dpaa2_rxtx.c',
17         'dpaa2_sparser.c',
18         'dpaa2_ptp.c',
19         'mc/dprtc.c',
20         'mc/dpkg.c',
21         'mc/dpdmux.c',
22         'mc/dpni.c',
23 )
24
25 includes += include_directories('base', 'mc')
26
27 headers = files('rte_pmd_dpaa2.h')