1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
6 reason = 'only supported on 64-bit Linux'
8 sources = files('nfpcore/nfp_cpp_pcie_ops.c',
10 'nfpcore/nfp_cppcore.c',
11 'nfpcore/nfp_resource.c',
14 'nfpcore/nfp_rtsym.c',
15 'nfpcore/nfp_nsp_cmds.c',
17 'nfpcore/nfp_mutex.c',
18 'nfpcore/nfp_nsp_eth.c',
19 'nfpcore/nfp_hwinfo.c',