New upstream version 18.11-rc1
[deb_dpdk.git] / drivers / net / nfp / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 if host_machine.system() != 'linux'
5         build = false
6 endif
7 sources = files('nfpcore/nfp_cpp_pcie_ops.c',
8         'nfpcore/nfp_nsp.c',
9         'nfpcore/nfp_cppcore.c',
10         'nfpcore/nfp_resource.c',
11         'nfpcore/nfp_mip.c',
12         'nfpcore/nfp_nffw.c',
13         'nfpcore/nfp_rtsym.c',
14         'nfpcore/nfp_nsp_cmds.c',
15         'nfpcore/nfp_crc.c',
16         'nfpcore/nfp_mutex.c',
17         'nfpcore/nfp_nsp_eth.c',
18         'nfpcore/nfp_hwinfo.c',
19         'nfp_net.c')
20
21 allow_experimental_apis = true