f5f411d592e1d93ecf2b5566dd23e19f0ea2184c
[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('base/dpaa2_hw_dpni.c',
11                 'dpaa2_tm.c',
12                 'dpaa2_mux.c',
13                 'dpaa2_ethdev.c',
14                 'dpaa2_flow.c',
15                 'dpaa2_rxtx.c',
16                 'dpaa2_sparser.c',
17                 'dpaa2_ptp.c',
18                 'mc/dprtc.c',
19                 'mc/dpkg.c',
20                 'mc/dpdmux.c',
21                 'mc/dpni.c')
22
23 includes += include_directories('base', 'mc')
24
25 headers = files('rte_pmd_dpaa2.h')