aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/nfp/meson.build
blob: ba6a22e8b97cc0b799b4edda58017f0bbc150058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation

if host_machine.system() != 'linux'
        build = false
endif
sources = files('nfpcore/nfp_cpp_pcie_ops.c',
	'nfpcore/nfp_nsp.c',
	'nfpcore/nfp_cppcore.c',
	'nfpcore/nfp_resource.c',
	'nfpcore/nfp_mip.c',
	'nfpcore/nfp_nffw.c',
	'nfpcore/nfp_rtsym.c',
	'nfpcore/nfp_nsp_cmds.c',
	'nfpcore/nfp_crc.c',
	'nfpcore/nfp_mutex.c',
	'nfpcore/nfp_nsp_eth.c',
	'nfpcore/nfp_hwinfo.c',
	'nfp_net.c')

allow_experimental_apis = true