1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2019 Marvell International Ltd.
7 reason = 'not supported on Windows'
11 if not dpdk_conf.get('RTE_ARCH_64')
13 reason = 'only supported on 64-bit'
38 'otx2_ethdev_debug.c',
39 'otx2_ethdev_devargs.c',
42 deps += ['bus_pci', 'cryptodev', 'eventdev', 'security']
43 deps += ['common_octeontx2', 'mempool_octeontx2']
45 extra_flags = ['-flax-vector-conversions']
46 foreach flag: extra_flags
47 if cc.has_argument(flag)
52 includes += include_directories('../../common/cpt')
53 includes += include_directories('../../crypto/octeontx2')