common/cnxk: add null authentication with IPsec
[dpdk.git] / drivers / dma / idxd / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2021 Intel Corporation
3
4 build = dpdk_conf.has('RTE_ARCH_X86')
5 reason = 'only supported on x86'
6
7 deps += ['bus_pci']
8 cflags += '-mavx2' # all platforms with idxd HW support AVX
9 sources = files(
10         'idxd_common.c',
11         'idxd_pci.c',
12 )
13
14 if is_linux
15     sources += files('idxd_bus.c')
16 endif