build: replace license text with SPDX tag
[dpdk.git] / drivers / net / fm10k / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 subdir('base')
5 objs = [base_objs]
6
7 sources = files(
8         'fm10k_ethdev.c',
9         'fm10k_rxtx.c',
10 )
11 if arch_subdir == 'x86'
12         dpdk_conf.set('RTE_LIBRTE_FM10K_INC_VECTOR', 1)
13         sources += files('fm10k_rxtx_vec.c')
14 endif
15
16 includes += include_directories('base')